Shades of Dark Brown #633E16
Tints of Dark Brown #633E16
RGB
CMYK
RGB Variations
Color information
#633E16 (or 0x633E16) is known color: Dark Brown. HEX triplet: 63, 3E and 16. RGB value is (99,62,22). Sum of RGB (Red+Green+Blue) = 99+62+22=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 62 (24.61% from 255 or 33.88% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #633E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633E16 is #9CC1E9. Grayscale: #444444. Windows color (decimal): -10273258 or 1457763. OLE color: 1457763.
HSL color Cylindrical-coordinate representation of color #633E16: hue angle of 31.17º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #633E16 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 62 | 22 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.61 |
| HSL | 31.17º | 0.64% | 0.24% | - |
| HSV(B) | 31.17º | 0.78% | 0.39% | - |
| XYZ | 7.01 | 6.16 | 1.58 | - |
| YUV | 68.5 | 101.76 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 62 | 22 | 0 | 0.37 | 0.78 | 0.61 | 31.17 | 0.64 | 0.24 |
| Hex | 63 | 3E | 16 | 0 | 25 | 4E | 3D | 1F | 40 | 18 |
| Octal | 143 | 76 | 26 | 0 | 45 | 116 | 75 | 37 | 100 | 30 |
| Binary | 1100011 | 111110 | 10110 | 0 | 100101 | 1001110 | 111101 | 11111 | 1000000 | 11000 |
Color Harmonies of #633E16
Complementary color
Monochromatic Colors of #633E16
Black with #633E16
Text Example
Text Example
White with #633E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633E16; }
p { color: rgb(99,62,22); }
H1.HeaderClassName
{
color: #633E16;
}
.AnyTagClassName
{
color: #633E16;
}
</style>
background-color css
<style>
a { background-color: #633E16; }
a { background-color: rgb(99,62,22); }
div.DivClassName
{
background-color: #633E16;
}
.BgClassName
{
background-color: #633E16;
}
</style>
border-color css
<style>
span { border-color: #633E16; }
span { border-color: rgb(99,62,22); }
td.TdClassName
{
border-color: #633E16;
}
.TagClassName
{
border-color: #633E16;
}
</style>