#69173C

Color #69173C Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #69173C

Tints of Pompadour #69173C

Color information

#69173C (or 0x69173C) is unknown color: approx Pompadour. HEX triplet: 69, 17 and 3C. RGB value is (105,23,60). Sum of RGB (Red+Green+Blue) = 105+23+60=188 (24% of max value = 765). Red value is 105 (41.41% from 255 or 55.85% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 105 - color contains mainly: red. Hex color #69173C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69173C is #96E8C3. Grayscale: #333333. Windows color (decimal): -9889988 or 3938153. OLE color: 3938153.

HSL color Cylindrical-coordinate representation of color #69173C: hue angle of 332.93º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #69173C is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.59.

Color convert

RGB1052360-
CMYK00.780.430.59
HSL332.93º64.06%25.1%-
HSV(B)332.93º78.1%41.18%-
XYZ6.953.944.67-
YUV51.74132.67165.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 55.85%
GREEN value IS 23 (9.38% from 255) = 12.23%
BLUE value IS 60 (23.83% from 255) = 31.91%
R=55.85%
G=12.23%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.43
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105236000.780.430.59332.9364.0625.1
Hex69173C04E2B3B14d4019
Octal15127740116537351510031
Binary11010011011111110001001110101011111011101001101100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69173C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69173C; }

 p { color: rgb(105,23,60); }

 H1.HeaderClassName
 {
   color: #69173C;
 }
 .AnyTagClassName
 {
   color: #69173C;
 }
</style>
background-color css

<style>
 a { background-color: #69173C; }

 a { background-color: rgb(105,23,60); }

 div.DivClassName
 {
   background-color: #69173C;
 }
 .BgClassName
 {
   background-color: #69173C;
 }
</style>
border-color css

<style>
 span { border-color: #69173C; }

 span { border-color: rgb(105,23,60); }

 td.TdClassName
 {
   border-color: #69173C;
 }
 .TagClassName
 {
   border-color: #69173C;
 }
</style>