Html Css Color HEX #663221 Hairy Heath

📋 copy color: '#663221'

red 102 ◦ green 50 ◦ blue 33

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

Shades of Hairy Heath #663221

Tints of Hairy Heath #663221

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.03%

 BLUE value IS 33 (13.28% from 255) = 17.84%

R = 55.14%
G = 27.03%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.6

RGB Variations

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

Color information

#663221 (or 0x663221) is known color: Hairy Heath. HEX triplet: 66, 32 and 21. RGB value is (102,50,33). Sum of RGB (Red+Green+Blue) = 102+50+33=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #663221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663221 is #99CDDE. Grayscale: #3F3F3F. Windows color (decimal): -10079711 or 2175590. OLE color: 2175590.

HSL color Cylindrical-coordinate representation of color #663221: hue angle of 14.78º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #663221 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 50 33 -
CMYK 0 0.51 0.68 0.6
HSL 14.78º 0.51% 0.26% -
HSV(B) 14.78º 0.68% 0.4% -
XYZ 6.89 5.22 2.08 -
YUV 63.61 110.73 155.38 -
System Red Green Blue C M Y K H S L
Decimal 102 50 33 0 0.51 0.68 0.6 14.78 0.51 0.26
Hex 66 32 21 0 33 44 3C F 33 1A
Octal 146 62 41 0 63 104 74 17 63 32
Binary 1100110 110010 100001 0 110011 1000100 111100 1111 110011 11010

Color Harmonies of #663221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663221

Black with #663221

Text Example


Text Example

White with #663221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663221; }

 p { color: rgb(102,50,33); }

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

background-color css

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

 a { background-color: rgb(102,50,33); }

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

border-color css

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

 span { border-color: rgb(102,50,33); }

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