Html Css Color HEX #662642 Pompadour

📋 copy color: '#662642'

red 102 ◦ green 38 ◦ blue 66

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

Shades of Pompadour #662642

Tints of Pompadour #662642

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.45%

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

R = 49.51%
G = 18.45%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.6

RGB Variations

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

Color information

#662642 (or 0x662642) is known color: Pompadour. HEX triplet: 66, 26 and 42. RGB value is (102,38,66). Sum of RGB (Red+Green+Blue) = 102+38+66=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #662642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662642 is #99D9BD. Grayscale: #3C3C3C. Windows color (decimal): -10082750 or 4335206. OLE color: 4335206.

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

Color convert

RGB 102 38 66 -
CMYK 0 0.63 0.35 0.6
HSL 333.75º 0.46% 0.27% -
HSV(B) 333.75º 0.63% 0.4% -
XYZ 7.16 4.6 5.67 -
YUV 60.33 131.2 157.72 -
System Red Green Blue C M Y K H S L
Decimal 102 38 66 0 0.63 0.35 0.6 333.75 0.46 0.27
Hex 66 26 42 0 3F 23 3C 14E 2E 1B
Octal 146 46 102 0 77 43 74 516 56 33
Binary 1100110 100110 1000010 0 111111 100011 111100 101001110 101110 11011

Color Harmonies of #662642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662642

Black with #662642

Text Example


Text Example

White with #662642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662642; }

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

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

background-color css

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

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

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

border-color css

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

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

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