Html Css Color HEX #662246 Pompadour

📋 copy color: '#662246'

red 102 ◦ green 34 ◦ blue 70

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

Shades of Pompadour #662246

Tints of Pompadour #662246

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.5%

 BLUE value IS 70 (27.73% from 255) = 33.98%

R = 49.51%
G = 16.5%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.6

RGB Variations

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

Color information

#662246 (or 0x662246) is known color: Pompadour. HEX triplet: 66, 22 and 46. RGB value is (102,34,70). Sum of RGB (Red+Green+Blue) = 102+34+70=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #662246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662246 is #99DDB9. Grayscale: #3A3A3A. Windows color (decimal): -10083770 or 4596326. OLE color: 4596326.

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

Color convert

RGB 102 34 70 -
CMYK 0 0.67 0.31 0.6
HSL 328.24º 0.5% 0.27% -
HSV(B) 328.24º 0.67% 0.4% -
XYZ 7.16 4.41 6.27 -
YUV 58.44 134.53 159.07 -
System Red Green Blue C M Y K H S L
Decimal 102 34 70 0 0.67 0.31 0.6 328.24 0.5 0.27
Hex 66 22 46 0 43 1F 3C 148 32 1B
Octal 146 42 106 0 103 37 74 510 62 33
Binary 1100110 100010 1000110 0 1000011 11111 111100 101001000 110010 11011

Color Harmonies of #662246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662246

Black with #662246

Text Example


Text Example

White with #662246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662246; }

 p { color: rgb(102,34,70); }

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

background-color css

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

 a { background-color: rgb(102,34,70); }

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

border-color css

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

 span { border-color: rgb(102,34,70); }

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