Html Css Color HEX #661646 Pompadour

📋 copy color: '#661646'

red 102 ◦ green 22 ◦ blue 70

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

Shades of Pompadour #661646

Tints of Pompadour #661646

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.34%

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

R = 52.58%
G = 11.34%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.6

RGB Variations

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

Color information

#661646 (or 0x661646) is known color: Pompadour. HEX triplet: 66, 16 and 46. RGB value is (102,22,70). Sum of RGB (Red+Green+Blue) = 102+22+70=194 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.58% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 102 - color contains mainly: red. Hex color #661646 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661646 is #99E9B9. Grayscale: #333333. Windows color (decimal): -10086842 or 4593254. OLE color: 4593254.

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

Color convert

RGB 102 22 70 -
CMYK 0 0.78 0.31 0.6
HSL 324º 0.65% 0.24% -
HSV(B) 324º 0.78% 0.4% -
XYZ 6.87 3.84 6.17 -
YUV 51.39 138.5 164.1 -
System Red Green Blue C M Y K H S L
Decimal 102 22 70 0 0.78 0.31 0.6 324 0.65 0.24
Hex 66 16 46 0 4E 1F 3C 144 41 18
Octal 146 26 106 0 116 37 74 504 101 30
Binary 1100110 10110 1000110 0 1001110 11111 111100 101000100 1000001 11000

Color Harmonies of #661646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661646

Black with #661646

Text Example


Text Example

White with #661646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661646; }

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

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

background-color css

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

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

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

border-color css

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

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

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