#633220

Color #633220 Hairy Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hairy Heath #633220

Tints of Hairy Heath #633220

Color information

#633220 (or 0x633220) is unknown color: approx Hairy Heath. HEX triplet: 63, 32 and 20. RGB value is (99,50,32). Sum of RGB (Red+Green+Blue) = 99+50+32=181 (23% of max value = 765). Red value is 99 (39.06% from 255 or 54.70% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 99 - color contains mainly: red. Hex color #633220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633220 is #9CCDDF. Grayscale: #3E3E3E. Windows color (decimal): -10276320 or 2110051. OLE color: 2110051.

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

Color convert

RGB995032-
CMYK00.490.680.61
HSL16.12º51.15%25.69%-
HSV(B)16.12º67.68%38.82%-
XYZ6.555.041.99-
YUV62.6110.73153.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.70%
GREEN value IS 50 (19.92% from 255) = 27.62%
BLUE value IS 32 (12.89% from 255) = 17.68%
R=54.70%
G=27.62%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99503200.490.680.6116.1251.1525.69
Hex633220031443D10331a
Octal143624006110475206332
Binary1100011110010100000011000110001001111011000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633220; }

 p { color: rgb(99,50,32); }

 H1.HeaderClassName
 {
   color: #633220;
 }
 .AnyTagClassName
 {
   color: #633220;
 }
</style>
background-color css

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

 a { background-color: rgb(99,50,32); }

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

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

 span { border-color: rgb(99,50,32); }

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