Html Css Color HEX #662546 Pompadour

📋 copy color: '#662546'

red 102 ◦ green 37 ◦ blue 70

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

Shades of Pompadour #662546

Tints of Pompadour #662546

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.7%

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

R = 48.8%
G = 17.7%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.6

RGB Variations

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

Color information

#662546 (or 0x662546) is known color: Pompadour. HEX triplet: 66, 25 and 46. RGB value is (102,37,70). Sum of RGB (Red+Green+Blue) = 102+37+70=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #662546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662546 is #99DAB9. Grayscale: #3C3C3C. Windows color (decimal): -10083002 or 4597094. OLE color: 4597094.

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

Color convert

RGB 102 37 70 -
CMYK 0 0.64 0.31 0.6
HSL 329.54º 0.47% 0.27% -
HSV(B) 329.54º 0.64% 0.4% -
XYZ 7.25 4.59 6.3 -
YUV 60.2 133.53 157.82 -
System Red Green Blue C M Y K H S L
Decimal 102 37 70 0 0.64 0.31 0.6 329.54 0.47 0.27
Hex 66 25 46 0 40 1F 3C 14A 2F 1B
Octal 146 45 106 0 100 37 74 512 57 33
Binary 1100110 100101 1000110 0 1000000 11111 111100 101001010 101111 11011

Color Harmonies of #662546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662546

Black with #662546

Text Example


Text Example

White with #662546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662546; }

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

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

background-color css

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

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

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

border-color css

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

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

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