#692A4C

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

Shades of Pompadour #692A4C

Tints of Pompadour #692A4C

Color information

#692A4C (or 0x692A4C) is unknown color: approx Pompadour. HEX triplet: 69, 2A and 4C. RGB value is (105,42,76). Sum of RGB (Red+Green+Blue) = 105+42+76=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 42 (16.80% from 255 or 18.83% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #692A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692A4C is #96D5B3. Grayscale: #404040. Windows color (decimal): -9885108 or 4991593. OLE color: 4991593.

HSL color Cylindrical-coordinate representation of color #692A4C: hue angle of 327.62º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #692A4C is Cyan = 0, Magento = 0.6, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB1054276-
CMYK00.60.280.59
HSL327.62º42.86%28.82%-
HSV(B)327.62º60%41.18%-
XYZ7.965.187.42-
YUV64.71134.37156.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.09%
GREEN value IS 42 (16.80% from 255) = 18.83%
BLUE value IS 76 (30.08% from 255) = 34.08%
R=47.09%
G=18.83%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105427600.60.280.59327.6242.8628.82
Hex692A4C03C1C3B1482b1d
Octal1515211407434735105335
Binary1101001101010100110001111001110011101110100100010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692A4C; }

 p { color: rgb(105,42,76); }

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

<style>
 a { background-color: #692A4C; }

 a { background-color: rgb(105,42,76); }

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

<style>
 span { border-color: #692A4C; }

 span { border-color: rgb(105,42,76); }

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