#632D21

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

Shades of Hairy Heath #632D21

Tints of Hairy Heath #632D21

Color information

#632D21 (or 0x632D21) is unknown color: approx Hairy Heath. HEX triplet: 63, 2D and 21. RGB value is (99,45,33). Sum of RGB (Red+Green+Blue) = 99+45+33=177 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.93% from 177); Green value is 45 (17.97% from 255 or 25.42% from 177); Blue value is 33 (13.28% from 255 or 18.64% from 177); Max value from RGB is 99 - color contains mainly: red. Hex color #632D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632D21 is #9CD2DE. Grayscale: #3B3B3B. Windows color (decimal): -10277599 or 2174307. OLE color: 2174307.

HSL color Cylindrical-coordinate representation of color #632D21: hue angle of 10.91º 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 #632D21 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.61.

Color convert

RGB994533-
CMYK00.550.670.61
HSL10.91º50%25.88%-
HSV(B)10.91º66.67%38.82%-
XYZ6.364.642-
YUV59.78112.89155.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55.93%
GREEN value IS 45 (17.97% from 255) = 25.42%
BLUE value IS 33 (13.28% from 255) = 18.64%
R=55.93%
G=25.42%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99453300.550.670.6110.915025.88
Hex632D21037433Db321a
Octal143554106710375136232
Binary110001110110110000101101111000011111101101111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632D21; }

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

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

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

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

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

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

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

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