Shades of Dark Brown #633E10
Tints of Dark Brown #633E10
RGB
CMYK
RGB Variations
Color information
#633E10 (or 0x633E10) is known color: Dark Brown. HEX triplet: 63, 3E and 10. RGB value is (99,62,16). Sum of RGB (Red+Green+Blue) = 99+62+16=177 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.93% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 99 - color contains mainly: red. Hex color #633E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633E10 is #9CC1EF. Grayscale: #444444. Windows color (decimal): -10273264 or 1064547. OLE color: 1064547.
HSL color Cylindrical-coordinate representation of color #633E10: hue angle of 33.25º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #633E10 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 62 | 16 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.61 |
| HSL | 33.25º | 0.72% | 0.23% | - |
| HSV(B) | 33.25º | 0.84% | 0.39% | - |
| XYZ | 6.96 | 6.14 | 1.31 | - |
| YUV | 67.82 | 98.76 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 62 | 16 | 0 | 0.37 | 0.84 | 0.61 | 33.25 | 0.72 | 0.23 |
| Hex | 63 | 3E | 10 | 0 | 25 | 54 | 3D | 21 | 48 | 17 |
| Octal | 143 | 76 | 20 | 0 | 45 | 124 | 75 | 41 | 110 | 27 |
| Binary | 1100011 | 111110 | 10000 | 0 | 100101 | 1010100 | 111101 | 100001 | 1001000 | 10111 |
Color Harmonies of #633E10
Complementary color
Monochromatic Colors of #633E10
Black with #633E10
Text Example
Text Example
White with #633E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633E10; }
p { color: rgb(99,62,16); }
H1.HeaderClassName
{
color: #633E10;
}
.AnyTagClassName
{
color: #633E10;
}
</style>
background-color css
<style>
a { background-color: #633E10; }
a { background-color: rgb(99,62,16); }
div.DivClassName
{
background-color: #633E10;
}
.BgClassName
{
background-color: #633E10;
}
</style>
border-color css
<style>
span { border-color: #633E10; }
span { border-color: rgb(99,62,16); }
td.TdClassName
{
border-color: #633E10;
}
.TagClassName
{
border-color: #633E10;
}
</style>