#691840

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

Shades of Pompadour #691840

Tints of Pompadour #691840

Color information

#691840 (or 0x691840) is unknown color: approx Pompadour. HEX triplet: 69, 18 and 40. RGB value is (105,24,64). Sum of RGB (Red+Green+Blue) = 105+24+64=193 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.40% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 105 - color contains mainly: red. Hex color #691840 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691840 is #96E7BF. Grayscale: #343434. Windows color (decimal): -9889728 or 4200553. OLE color: 4200553.

HSL color Cylindrical-coordinate representation of color #691840: hue angle of 330.37º 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 #691840 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB1052464-
CMYK00.770.390.59
HSL330.37º62.79%25.29%-
HSV(B)330.37º77.14%41.18%-
XYZ7.084.035.25-
YUV52.78134.34165.25-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.40%
GREEN value IS 24 (9.77% from 255) = 12.44%
BLUE value IS 64 (25.39% from 255) = 33.16%
R=54.40%
G=12.44%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105246400.770.390.59330.3762.7925.29
Hex69184004D273B14a3f19
Octal15130100011547735127731
Binary11010011100010000000100110110011111101110100101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691840; }

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

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

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

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

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

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

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

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