Html Css Color HEX #661636 Pompadour

📋 copy color: '#661636'

red 102 ◦ green 22 ◦ blue 54

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

Shades of Pompadour #661636

Tints of Pompadour #661636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 30.34%

R = 57.3%
G = 12.36%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.6

RGB Variations

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

Color information

#661636 (or 0x661636) is known color: Pompadour. HEX triplet: 66, 16 and 36. RGB value is (102,22,54). Sum of RGB (Red+Green+Blue) = 102+22+54=178 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.30% from 178); Green value is 22 (8.98% from 255 or 12.36% from 178); Blue value is 54 (21.48% from 255 or 30.34% from 178); Max value from RGB is 102 - color contains mainly: red. Hex color #661636 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661636 is #99E9C9. Grayscale: #313131. Windows color (decimal): -10086858 or 3544678. OLE color: 3544678.

HSL color Cylindrical-coordinate representation of color #661636: hue angle of 336º 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 #661636 is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 22 54 -
CMYK 0 0.78 0.47 0.6
HSL 336º 0.65% 0.24% -
HSV(B) 336º 0.78% 0.4% -
XYZ 6.43 3.66 3.86 -
YUV 49.57 130.5 165.4 -
System Red Green Blue C M Y K H S L
Decimal 102 22 54 0 0.78 0.47 0.6 336 0.65 0.24
Hex 66 16 36 0 4E 2F 3C 150 41 18
Octal 146 26 66 0 116 57 74 520 101 30
Binary 1100110 10110 110110 0 1001110 101111 111100 101010000 1000001 11000

Color Harmonies of #661636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661636

Black with #661636

Text Example


Text Example

White with #661636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661636; }

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

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

background-color css

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

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

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

border-color css

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

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

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