Shades of Dark Brown #633D11
Tints of Dark Brown #633D11
RGB
CMYK
RGB Variations
Color information
#633D11 (or 0x633D11) is known color: Dark Brown. HEX triplet: 63, 3D and 11. RGB value is (99,61,17). Sum of RGB (Red+Green+Blue) = 99+61+17=177 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.93% from 177); Green value is 61 (24.22% from 255 or 34.46% from 177); Blue value is 17 (7.03% from 255 or 9.60% from 177); Max value from RGB is 99 - color contains mainly: red. Hex color #633D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633D11 is #9CC2EE. Grayscale: #434343. Windows color (decimal): -10273519 or 1129827. OLE color: 1129827.
HSL color Cylindrical-coordinate representation of color #633D11: hue angle of 32.2º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #633D11 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 61 | 17 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.61 |
| HSL | 32.2º | 0.71% | 0.23% | - |
| HSV(B) | 32.2º | 0.83% | 0.39% | - |
| XYZ | 6.92 | 6.03 | 1.33 | - |
| YUV | 67.35 | 99.59 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 61 | 17 | 0 | 0.38 | 0.83 | 0.61 | 32.2 | 0.71 | 0.23 |
| Hex | 63 | 3D | 11 | 0 | 26 | 53 | 3D | 20 | 47 | 17 |
| Octal | 143 | 75 | 21 | 0 | 46 | 123 | 75 | 40 | 107 | 27 |
| Binary | 1100011 | 111101 | 10001 | 0 | 100110 | 1010011 | 111101 | 100000 | 1000111 | 10111 |
Color Harmonies of #633D11
Complementary color
Monochromatic Colors of #633D11
Black with #633D11
Text Example
Text Example
White with #633D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633D11; }
p { color: rgb(99,61,17); }
H1.HeaderClassName
{
color: #633D11;
}
.AnyTagClassName
{
color: #633D11;
}
</style>
background-color css
<style>
a { background-color: #633D11; }
a { background-color: rgb(99,61,17); }
div.DivClassName
{
background-color: #633D11;
}
.BgClassName
{
background-color: #633D11;
}
</style>
border-color css
<style>
span { border-color: #633D11; }
span { border-color: rgb(99,61,17); }
td.TdClassName
{
border-color: #633D11;
}
.TagClassName
{
border-color: #633D11;
}
</style>