#633321

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

Shades of Hairy Heath #633321

Tints of Hairy Heath #633321

Color information

#633321 (or 0x633321) is unknown color: approx Hairy Heath. HEX triplet: 63, 33 and 21. RGB value is (99,51,33). Sum of RGB (Red+Green+Blue) = 99+51+33=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #633321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633321 is #9CCCDE. Grayscale: #3F3F3F. Windows color (decimal): -10276063 or 2175843. OLE color: 2175843.

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

Color convert

RGB995133-
CMYK00.480.670.61
HSL16.36º50%25.88%-
HSV(B)16.36º66.67%38.82%-
XYZ6.65.132.08-
YUV63.3110.9153.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.10%
GREEN value IS 51 (20.31% from 255) = 27.87%
BLUE value IS 33 (13.28% from 255) = 18.03%
R=54.10%
G=27.87%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99513300.480.670.6116.365025.88
Hex633321030433D10321a
Octal143634106010375206232
Binary1100011110011100001011000010000111111011000011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633321; }

 p { color: rgb(99,51,33); }

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

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

 a { background-color: rgb(99,51,33); }

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

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

 span { border-color: rgb(99,51,33); }

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