Shades of Dark Brown #634515
Tints of Dark Brown #634515
RGB
CMYK
RGB Variations
Color information
#634515 (or 0x634515) is known color: Dark Brown. HEX triplet: 63, 45 and 15. RGB value is (99,69,21). Sum of RGB (Red+Green+Blue) = 99+69+21=189 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.38% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 99 - color contains mainly: red. Hex color #634515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634515 is #9CBAEA. Grayscale: #484848. Windows color (decimal): -10271467 or 1394019. OLE color: 1394019.
HSL color Cylindrical-coordinate representation of color #634515: hue angle of 36.92º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #634515 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 69 | 21 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.61 |
| HSL | 36.92º | 0.65% | 0.24% | - |
| HSV(B) | 36.92º | 0.79% | 0.39% | - |
| XYZ | 7.41 | 6.96 | 1.66 | - |
| YUV | 72.5 | 98.94 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 69 | 21 | 0 | 0.30 | 0.79 | 0.61 | 36.92 | 0.65 | 0.24 |
| Hex | 63 | 45 | 15 | 0 | 1E | 4F | 3D | 25 | 41 | 18 |
| Octal | 143 | 105 | 25 | 0 | 36 | 117 | 75 | 45 | 101 | 30 |
| Binary | 1100011 | 1000101 | 10101 | 0 | 11110 | 1001111 | 111101 | 100101 | 1000001 | 11000 |
Color Harmonies of #634515
Complementary color
Monochromatic Colors of #634515
Black with #634515
Text Example
Text Example
White with #634515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634515; }
p { color: rgb(99,69,21); }
H1.HeaderClassName
{
color: #634515;
}
.AnyTagClassName
{
color: #634515;
}
</style>
background-color css
<style>
a { background-color: #634515; }
a { background-color: rgb(99,69,21); }
div.DivClassName
{
background-color: #634515;
}
.BgClassName
{
background-color: #634515;
}
</style>
border-color css
<style>
span { border-color: #634515; }
span { border-color: rgb(99,69,21); }
td.TdClassName
{
border-color: #634515;
}
.TagClassName
{
border-color: #634515;
}
</style>