#692C47

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

Shades of Pompadour #692C47

Tints of Pompadour #692C47

Color information

#692C47 (or 0x692C47) is unknown color: approx Pompadour. HEX triplet: 69, 2C and 47. RGB value is (105,44,71). Sum of RGB (Red+Green+Blue) = 105+44+71=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 71 (28.12% from 255 or 32.27% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #692C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692C47 is #96D3B8. Grayscale: #414141. Windows color (decimal): -9884601 or 4664425. OLE color: 4664425.

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

Color convert

RGB1054471-
CMYK00.580.320.59
HSL333.44º40.94%29.22%-
HSV(B)333.44º58.1%41.18%-
XYZ7.865.266.56-
YUV65.32131.21156.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.73%
GREEN value IS 44 (17.58% from 255) = 20%
BLUE value IS 71 (28.12% from 255) = 32.27%
R=47.73%
G=20%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105447100.580.320.59333.4440.9429.22
Hex692C4703A203B14d291d
Octal1515410707240735155135
Binary11010011011001000111011101010000011101110100110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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