Shades of Dark Brown #633D13
Tints of Dark Brown #633D13
RGB
CMYK
RGB Variations
Color information
#633D13 (or 0x633D13) is known color: Dark Brown. HEX triplet: 63, 3D and 13. RGB value is (99,61,19). Sum of RGB (Red+Green+Blue) = 99+61+19=179 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.31% from 179); Green value is 61 (24.22% from 255 or 34.08% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 99 - color contains mainly: red. Hex color #633D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633D13 is #9CC2EC. Grayscale: #434343. Windows color (decimal): -10273517 or 1260899. OLE color: 1260899.
HSL color Cylindrical-coordinate representation of color #633D13: hue angle of 31.5º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #633D13 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 61 | 19 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.61 |
| HSL | 31.5º | 0.68% | 0.23% | - |
| HSV(B) | 31.5º | 0.81% | 0.39% | - |
| XYZ | 6.93 | 6.04 | 1.42 | - |
| YUV | 67.57 | 100.59 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 61 | 19 | 0 | 0.38 | 0.81 | 0.61 | 31.5 | 0.68 | 0.23 |
| Hex | 63 | 3D | 13 | 0 | 26 | 51 | 3D | 1F | 44 | 17 |
| Octal | 143 | 75 | 23 | 0 | 46 | 121 | 75 | 37 | 104 | 27 |
| Binary | 1100011 | 111101 | 10011 | 0 | 100110 | 1010001 | 111101 | 11111 | 1000100 | 10111 |
Color Harmonies of #633D13
Complementary color
Monochromatic Colors of #633D13
Black with #633D13
Text Example
Text Example
White with #633D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633D13; }
p { color: rgb(99,61,19); }
H1.HeaderClassName
{
color: #633D13;
}
.AnyTagClassName
{
color: #633D13;
}
</style>
background-color css
<style>
a { background-color: #633D13; }
a { background-color: rgb(99,61,19); }
div.DivClassName
{
background-color: #633D13;
}
.BgClassName
{
background-color: #633D13;
}
</style>
border-color css
<style>
span { border-color: #633D13; }
span { border-color: rgb(99,61,19); }
td.TdClassName
{
border-color: #633D13;
}
.TagClassName
{
border-color: #633D13;
}
</style>