#633126

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

Shades of Hairy Heath #633126

Tints of Hairy Heath #633126

Color information

#633126 (or 0x633126) is unknown color: approx Hairy Heath. HEX triplet: 63, 31 and 26. RGB value is (99,49,38). Sum of RGB (Red+Green+Blue) = 99+49+38=186 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.23% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 38 (15.23% from 255 or 20.43% from 186); Max value from RGB is 99 - color contains mainly: red. Hex color #633126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633126 is #9CCED9. Grayscale: #3E3E3E. Windows color (decimal): -10276570 or 2503011. OLE color: 2503011.

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

Color convert

RGB994938-
CMYK00.510.620.61
HSL10.82º44.53%26.86%-
HSV(B)10.82º61.62%38.82%-
XYZ6.594.992.45-
YUV62.7114.06153.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 53.23%
GREEN value IS 49 (19.53% from 255) = 26.34%
BLUE value IS 38 (15.23% from 255) = 20.43%
R=53.23%
G=26.34%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99493800.510.620.6110.8244.5326.86
Hex6331260333E3Db2d1b
Octal14361460637675135533
Binary11000111100011001100110011111110111101101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633126; }

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

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

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

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

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

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

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

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