#662741

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

Shades of Pompadour #662741

Tints of Pompadour #662741

Color information

#662741 (or 0x662741) is unknown color: approx Pompadour. HEX triplet: 66, 27 and 41. RGB value is (102,39,65). Sum of RGB (Red+Green+Blue) = 102+39+65=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #662741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662741 is #99D8BE. Grayscale: #3C3C3C. Windows color (decimal): -10082495 or 4269926. OLE color: 4269926.

HSL color Cylindrical-coordinate representation of color #662741: hue angle of 335.24º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #662741 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.6.

Color convert

RGB1023965-
CMYK00.620.360.6
HSL335.24º44.68%27.65%-
HSV(B)335.24º61.76%40%-
XYZ7.164.665.52-
YUV60.8130.37157.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.51%
GREEN value IS 39 (15.62% from 255) = 18.93%
BLUE value IS 65 (25.78% from 255) = 31.55%
R=49.51%
G=18.93%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102396500.620.360.6335.2444.6827.65
Hex66274103E243C14f2d1c
Octal1464710107644745175534
Binary11001101001111000001011111010010011110010100111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662741; }

 p { color: rgb(102,39,65); }

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

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

 a { background-color: rgb(102,39,65); }

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

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

 span { border-color: rgb(102,39,65); }

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