Shades of Dark Brown #633F18
Tints of Dark Brown #633F18
RGB
CMYK
RGB Variations
Color information
#633F18 (or 0x633F18) is known color: Dark Brown. HEX triplet: 63, 3F and 18. RGB value is (99,63,24). Sum of RGB (Red+Green+Blue) = 99+63+24=186 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.23% from 186); Green value is 63 (25% from 255 or 33.87% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 99 - color contains mainly: red. Hex color #633F18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633F18 is #9CC0E7. Grayscale: #454545. Windows color (decimal): -10273000 or 1589091. OLE color: 1589091.
HSL color Cylindrical-coordinate representation of color #633F18: hue angle of 31.2º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #633F18 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 63 | 24 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.61 |
| HSL | 31.2º | 0.61% | 0.24% | - |
| HSV(B) | 31.2º | 0.76% | 0.39% | - |
| XYZ | 7.09 | 6.27 | 1.7 | - |
| YUV | 69.32 | 102.43 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 63 | 24 | 0 | 0.36 | 0.76 | 0.61 | 31.2 | 0.61 | 0.24 |
| Hex | 63 | 3F | 18 | 0 | 24 | 4C | 3D | 1F | 3D | 18 |
| Octal | 143 | 77 | 30 | 0 | 44 | 114 | 75 | 37 | 75 | 30 |
| Binary | 1100011 | 111111 | 11000 | 0 | 100100 | 1001100 | 111101 | 11111 | 111101 | 11000 |
Color Harmonies of #633F18
Complementary color
Monochromatic Colors of #633F18
Black with #633F18
Text Example
Text Example
White with #633F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633F18; }
p { color: rgb(99,63,24); }
H1.HeaderClassName
{
color: #633F18;
}
.AnyTagClassName
{
color: #633F18;
}
</style>
background-color css
<style>
a { background-color: #633F18; }
a { background-color: rgb(99,63,24); }
div.DivClassName
{
background-color: #633F18;
}
.BgClassName
{
background-color: #633F18;
}
</style>
border-color css
<style>
span { border-color: #633F18; }
span { border-color: rgb(99,63,24); }
td.TdClassName
{
border-color: #633F18;
}
.TagClassName
{
border-color: #633F18;
}
</style>