#633120

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

Shades of Hairy Heath #633120

Tints of Hairy Heath #633120

Color information

#633120 (or 0x633120) is unknown color: approx Hairy Heath. HEX triplet: 63, 31 and 20. RGB value is (99,49,32). Sum of RGB (Red+Green+Blue) = 99+49+32=180 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 99 - color contains mainly: red. Hex color #633120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633120 is #9CCEDF. Grayscale: #3E3E3E. Windows color (decimal): -10276576 or 2109795. OLE color: 2109795.

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

Color convert

RGB994932-
CMYK00.510.680.61
HSL15.22º51.15%25.69%-
HSV(B)15.22º67.68%38.82%-
XYZ6.54.951.98-
YUV62.01111.06154.38-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55%
GREEN value IS 49 (19.53% from 255) = 27.22%
BLUE value IS 32 (12.89% from 255) = 17.78%
R=55%
G=27.22%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99493200.510.680.6115.2251.1525.69
Hex633120033443Df331a
Octal143614006310475176332
Binary110001111000110000001100111000100111101111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633120; }

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

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

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

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

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

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

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

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