#691436

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

Shades of Pompadour #691436

Tints of Pompadour #691436

Color information

#691436 (or 0x691436) is unknown color: approx Pompadour. HEX triplet: 69, 14 and 36. RGB value is (105,20,54). Sum of RGB (Red+Green+Blue) = 105+20+54=179 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.66% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 54 (21.48% from 255 or 30.17% from 179); Max value from RGB is 105 - color contains mainly: red. Hex color #691436 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691436 is #96EBC9. Grayscale: #313131. Windows color (decimal): -9890762 or 3544169. OLE color: 3544169.

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

Color convert

RGB1052054-
CMYK00.810.490.59
HSL336º68%24.51%-
HSV(B)336º80.95%41.18%-
XYZ6.743.773.86-
YUV49.29130.66167.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 58.66%
GREEN value IS 20 (8.20% from 255) = 11.17%
BLUE value IS 54 (21.48% from 255) = 30.17%
R=58.66%
G=11.17%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105205400.810.490.593366824.51
Hex691436051313B1504419
Octal15124660121617352010431
Binary11010011010011011001010001110001111011101010000100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691436; }

 p { color: rgb(105,20,54); }

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

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

 a { background-color: rgb(105,20,54); }

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

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

 span { border-color: rgb(105,20,54); }

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