Html Css Color HEX #662846 Pompadour

📋 copy color: '#662846'

red 102 ◦ green 40 ◦ blue 70

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

Shades of Pompadour #662846

Tints of Pompadour #662846

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.87%

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

R = 48.11%
G = 18.87%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.6

RGB Variations

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

Color information

#662846 (or 0x662846) is known color: Pompadour. HEX triplet: 66, 28 and 46. RGB value is (102,40,70). Sum of RGB (Red+Green+Blue) = 102+40+70=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #662846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662846 is #99D7B9. Grayscale: #3D3D3D. Windows color (decimal): -10082234 or 4597862. OLE color: 4597862.

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

Color convert

RGB 102 40 70 -
CMYK 0 0.61 0.31 0.6
HSL 330.97º 0.44% 0.28% -
HSV(B) 330.97º 0.61% 0.4% -
XYZ 7.34 4.78 6.33 -
YUV 61.96 132.54 156.56 -
System Red Green Blue C M Y K H S L
Decimal 102 40 70 0 0.61 0.31 0.6 330.97 0.44 0.28
Hex 66 28 46 0 3D 1F 3C 14B 2C 1C
Octal 146 50 106 0 75 37 74 513 54 34
Binary 1100110 101000 1000110 0 111101 11111 111100 101001011 101100 11100

Color Harmonies of #662846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662846

Black with #662846

Text Example


Text Example

White with #662846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662846; }

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

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

background-color css

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

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

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

border-color css

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

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

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