#691842

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

Shades of Pompadour #691842

Tints of Pompadour #691842

Color information

#691842 (or 0x691842) is unknown color: approx Pompadour. HEX triplet: 69, 18 and 42. RGB value is (105,24,66). Sum of RGB (Red+Green+Blue) = 105+24+66=195 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.85% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 105 - color contains mainly: red. Hex color #691842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691842 is #96E7BD. Grayscale: #343434. Windows color (decimal): -9889726 or 4331625. OLE color: 4331625.

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

Color convert

RGB1052466-
CMYK00.770.370.59
HSL328.89º62.79%25.29%-
HSV(B)328.89º77.14%41.18%-
XYZ7.144.055.56-
YUV53.01135.34165.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 53.85%
GREEN value IS 24 (9.77% from 255) = 12.31%
BLUE value IS 66 (26.17% from 255) = 33.85%
R=53.85%
G=12.31%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105246600.770.370.59328.8962.7925.29
Hex69184204D253B1493f19
Octal15130102011545735117731
Binary11010011100010000100100110110010111101110100100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691842; }

 p { color: rgb(105,24,66); }

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

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

 a { background-color: rgb(105,24,66); }

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

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

 span { border-color: rgb(105,24,66); }

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