#692B4C

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

Shades of Pompadour #692B4C

Tints of Pompadour #692B4C

Color information

#692B4C (or 0x692B4C) is unknown color: approx Pompadour. HEX triplet: 69, 2B and 4C. RGB value is (105,43,76). Sum of RGB (Red+Green+Blue) = 105+43+76=224 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.88% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 105 - color contains mainly: red. Hex color #692B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692B4C is #96D4B3. Grayscale: #414141. Windows color (decimal): -9884852 or 4991849. OLE color: 4991849.

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

Color convert

RGB1054376-
CMYK00.590.280.59
HSL328.06º41.89%29.02%-
HSV(B)328.06º59.05%41.18%-
XYZ7.995.257.43-
YUV65.3134.04156.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.88%
GREEN value IS 43 (17.19% from 255) = 19.20%
BLUE value IS 76 (30.08% from 255) = 33.93%
R=46.88%
G=19.20%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105437600.590.280.59328.0641.8929.02
Hex692B4C03B1C3B1482a1d
Octal1515311407334735105235
Binary1101001101011100110001110111110011101110100100010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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