Html Css Color HEX #661736 Pompadour

📋 copy color: '#661736'

red 102 ◦ green 23 ◦ blue 54

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

Shades of Pompadour #661736

Tints of Pompadour #661736

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.85%

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

R = 56.98%
G = 12.85%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.6

RGB Variations

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

Color information

#661736 (or 0x661736) is known color: Pompadour. HEX triplet: 66, 17 and 36. RGB value is (102,23,54). Sum of RGB (Red+Green+Blue) = 102+23+54=179 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.98% from 179); Green value is 23 (9.38% from 255 or 12.85% from 179); Blue value is 54 (21.48% from 255 or 30.17% from 179); Max value from RGB is 102 - color contains mainly: red. Hex color #661736 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661736 is #99E8C9. Grayscale: #323232. Windows color (decimal): -10086602 or 3544934. OLE color: 3544934.

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

Color convert

RGB 102 23 54 -
CMYK 0 0.77 0.47 0.6
HSL 336.46º 0.63% 0.25% -
HSV(B) 336.46º 0.77% 0.4% -
XYZ 6.45 3.7 3.86 -
YUV 50.16 130.17 164.98 -
System Red Green Blue C M Y K H S L
Decimal 102 23 54 0 0.77 0.47 0.6 336.46 0.63 0.25
Hex 66 17 36 0 4D 2F 3C 150 3F 19
Octal 146 27 66 0 115 57 74 520 77 31
Binary 1100110 10111 110110 0 1001101 101111 111100 101010000 111111 11001

Color Harmonies of #661736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661736

Black with #661736

Text Example


Text Example

White with #661736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661736; }

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

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

background-color css

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

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

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

border-color css

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

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

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