Html Css Color HEX #662942 Pompadour

📋 copy color: '#662942'

red 102 ◦ green 41 ◦ blue 66

#662942
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #662942

Tints of Pompadour #662942

RGB

 RED value IS 102 (40.23% from 255) = 48.8%

 GREEN value IS 41 (16.41% from 255) = 19.62%

 BLUE value IS 66 (26.17% from 255) = 31.58%

R = 48.8%
G = 19.62%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.6

RGB Variations

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

Color information

#662942 (or 0x662942) is known color: Pompadour. HEX triplet: 66, 29 and 42. RGB value is (102,41,66). Sum of RGB (Red+Green+Blue) = 102+41+66=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #662942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662942 is #99D6BD. Grayscale: #3E3E3E. Windows color (decimal): -10081982 or 4335974. OLE color: 4335974.

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

Color convert

RGB 102 41 66 -
CMYK 0 0.60 0.35 0.6
HSL 335.41º 0.43% 0.28% -
HSV(B) 335.41º 0.6% 0.4% -
XYZ 7.26 4.8 5.7 -
YUV 62.09 130.21 156.47 -
System Red Green Blue C M Y K H S L
Decimal 102 41 66 0 0.60 0.35 0.6 335.41 0.43 0.28
Hex 66 29 42 0 3C 23 3C 14F 2B 1C
Octal 146 51 102 0 74 43 74 517 53 34
Binary 1100110 101001 1000010 0 111100 100011 111100 101001111 101011 11100

Color Harmonies of #662942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662942

Black with #662942

Text Example


Text Example

White with #662942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662942; }

 p { color: rgb(102,41,66); }

 H1.HeaderClassName
 {
   color: #662942;
 }
 .AnyTagClassName
 {
   color: #662942;
 }
</style>

background-color css

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

 a { background-color: rgb(102,41,66); }

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

border-color css

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

 span { border-color: rgb(102,41,66); }

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