#692C46

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

Shades of Pompadour #692C46

Tints of Pompadour #692C46

Color information

#692C46 (or 0x692C46) is unknown color: approx Pompadour. HEX triplet: 69, 2C and 46. RGB value is (105,44,70). Sum of RGB (Red+Green+Blue) = 105+44+70=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 70 (27.73% from 255 or 31.96% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #692C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692C46 is #96D3B9. Grayscale: #414141. Windows color (decimal): -9884602 or 4598889. OLE color: 4598889.

HSL color Cylindrical-coordinate representation of color #692C46: hue angle of 334.43º 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 #692C46 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB1054470-
CMYK00.580.330.59
HSL334.43º40.94%29.22%-
HSV(B)334.43º58.1%41.18%-
XYZ7.835.256.39-
YUV65.2130.71156.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.95%
GREEN value IS 44 (17.58% from 255) = 20.09%
BLUE value IS 70 (27.73% from 255) = 31.96%
R=47.95%
G=20.09%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105447000.580.330.59334.4340.9429.22
Hex692C4603A213B14e291d
Octal1515410607241735165135
Binary11010011011001000110011101010000111101110100111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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