Shades of Dark Brown #634010
Tints of Dark Brown #634010
RGB
CMYK
RGB Variations
Color information
#634010 (or 0x634010) is known color: Dark Brown. HEX triplet: 63, 40 and 10. RGB value is (99,64,16). Sum of RGB (Red+Green+Blue) = 99+64+16=179 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.31% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 99 - color contains mainly: red. Hex color #634010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634010 is #9CBFEF. Grayscale: #454545. Windows color (decimal): -10272752 or 1065059. OLE color: 1065059.
HSL color Cylindrical-coordinate representation of color #634010: hue angle of 34.7º 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 #634010 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 64 | 16 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.61 |
| HSL | 34.7º | 0.72% | 0.23% | - |
| HSV(B) | 34.7º | 0.84% | 0.39% | - |
| XYZ | 7.07 | 6.36 | 1.34 | - |
| YUV | 68.99 | 98.1 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 64 | 16 | 0 | 0.35 | 0.84 | 0.61 | 34.7 | 0.72 | 0.23 |
| Hex | 63 | 40 | 10 | 0 | 23 | 54 | 3D | 23 | 48 | 17 |
| Octal | 143 | 100 | 20 | 0 | 43 | 124 | 75 | 43 | 110 | 27 |
| Binary | 1100011 | 1000000 | 10000 | 0 | 100011 | 1010100 | 111101 | 100011 | 1001000 | 10111 |
Color Harmonies of #634010
Complementary color
Monochromatic Colors of #634010
Black with #634010
Text Example
Text Example
White with #634010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634010; }
p { color: rgb(99,64,16); }
H1.HeaderClassName
{
color: #634010;
}
.AnyTagClassName
{
color: #634010;
}
</style>
background-color css
<style>
a { background-color: #634010; }
a { background-color: rgb(99,64,16); }
div.DivClassName
{
background-color: #634010;
}
.BgClassName
{
background-color: #634010;
}
</style>
border-color css
<style>
span { border-color: #634010; }
span { border-color: rgb(99,64,16); }
td.TdClassName
{
border-color: #634010;
}
.TagClassName
{
border-color: #634010;
}
</style>