#692D47

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

Shades of Pompadour #692D47

Tints of Pompadour #692D47

Color information

#692D47 (or 0x692D47) is unknown color: approx Pompadour. HEX triplet: 69, 2D and 47. RGB value is (105,45,71). Sum of RGB (Red+Green+Blue) = 105+45+71=221 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.51% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 105 - color contains mainly: red. Hex color #692D47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692D47 is #96D2B8. Grayscale: #414141. Windows color (decimal): -9884345 or 4664681. OLE color: 4664681.

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

Color convert

RGB1054571-
CMYK00.570.320.59
HSL334º40%29.41%-
HSV(B)334º57.14%41.18%-
XYZ7.95.336.57-
YUV65.9130.88155.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.51%
GREEN value IS 45 (17.97% from 255) = 20.36%
BLUE value IS 71 (28.12% from 255) = 32.13%
R=47.51%
G=20.36%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105457100.570.320.593344029.41
Hex692D47039203B14e281d
Octal1515510707140735165035
Binary11010011011011000111011100110000011101110100111010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,45,71); }

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

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

 a { background-color: rgb(105,45,71); }

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

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

 span { border-color: rgb(105,45,71); }

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