#692440

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

Shades of Pompadour #692440

Tints of Pompadour #692440

Color information

#692440 (or 0x692440) is unknown color: approx Pompadour. HEX triplet: 69, 24 and 40. RGB value is (105,36,64). Sum of RGB (Red+Green+Blue) = 105+36+64=205 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.22% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 105 - color contains mainly: red. Hex color #692440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692440 is #96DBBF. Grayscale: #3B3B3B. Windows color (decimal): -9886656 or 4203625. OLE color: 4203625.

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

Color convert

RGB1053664-
CMYK00.660.390.59
HSL335.65º48.94%27.65%-
HSV(B)335.65º65.71%41.18%-
XYZ7.384.645.36-
YUV59.82130.36160.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.22%
GREEN value IS 36 (14.45% from 255) = 17.56%
BLUE value IS 64 (25.39% from 255) = 31.22%
R=51.22%
G=17.56%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105366400.660.390.59335.6548.9427.65
Hex692440042273B150311c
Octal15144100010247735206134
Binary110100110010010000000100001010011111101110101000011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692440; }

 p { color: rgb(105,36,64); }

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

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

 a { background-color: rgb(105,36,64); }

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

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

 span { border-color: rgb(105,36,64); }

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