#691640

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

Shades of Pompadour #691640

Tints of Pompadour #691640

Color information

#691640 (or 0x691640) is unknown color: approx Pompadour. HEX triplet: 69, 16 and 40. RGB value is (105,22,64). Sum of RGB (Red+Green+Blue) = 105+22+64=191 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.97% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 105 - color contains mainly: red. Hex color #691640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691640 is #96E9BF. Grayscale: #333333. Windows color (decimal): -9890240 or 4200041. OLE color: 4200041.

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

Color convert

RGB1052264-
CMYK00.790.390.59
HSL329.64º65.35%24.9%-
HSV(B)329.64º79.05%41.18%-
XYZ7.043.955.24-
YUV51.6135166.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.97%
GREEN value IS 22 (8.98% from 255) = 11.52%
BLUE value IS 64 (25.39% from 255) = 33.51%
R=54.97%
G=11.52%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105226400.790.390.59329.6465.3524.9
Hex69164004F273B14a4119
Octal151261000117477351210131
Binary110100110110100000001001111100111111011101001010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691640; }

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

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

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

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

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

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

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

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