#632E20

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

Shades of Hairy Heath #632E20

Tints of Hairy Heath #632E20

Color information

#632E20 (or 0x632E20) is unknown color: approx Hairy Heath. HEX triplet: 63, 2E and 20. RGB value is (99,46,32). Sum of RGB (Red+Green+Blue) = 99+46+32=177 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.93% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 99 - color contains mainly: red. Hex color #632E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632E20 is #9CD1DF. Grayscale: #3C3C3C. Windows color (decimal): -10277344 or 2109027. OLE color: 2109027.

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

Color convert

RGB994632-
CMYK00.540.680.61
HSL12.54º51.15%25.69%-
HSV(B)12.54º67.68%38.82%-
XYZ6.384.711.94-
YUV60.25112.06155.64-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55.93%
GREEN value IS 46 (18.36% from 255) = 25.99%
BLUE value IS 32 (12.89% from 255) = 18.08%
R=55.93%
G=25.99%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99463200.540.680.6112.5451.1525.69
Hex632E20036443Dd331a
Octal143564006610475156332
Binary110001110111010000001101101000100111101110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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