Shades of Dark Brown #634520
Tints of Dark Brown #634520
RGB
CMYK
RGB Variations
Color information
#634520 (or 0x634520) is known color: Dark Brown. HEX triplet: 63, 45 and 20. RGB value is (99,69,32). Sum of RGB (Red+Green+Blue) = 99+69+32=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #634520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634520 is #9CBADF. Grayscale: #494949. Windows color (decimal): -10271456 or 2114915. OLE color: 2114915.
HSL color Cylindrical-coordinate representation of color #634520: hue angle of 33.13º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #634520 is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 69 | 32 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.61 |
| HSL | 33.13º | 0.51% | 0.26% | - |
| HSV(B) | 33.13º | 0.68% | 0.39% | - |
| XYZ | 7.53 | 7.01 | 2.32 | - |
| YUV | 73.75 | 104.44 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 69 | 32 | 0 | 0.30 | 0.68 | 0.61 | 33.13 | 0.51 | 0.26 |
| Hex | 63 | 45 | 20 | 0 | 1E | 44 | 3D | 21 | 33 | 1A |
| Octal | 143 | 105 | 40 | 0 | 36 | 104 | 75 | 41 | 63 | 32 |
| Binary | 1100011 | 1000101 | 100000 | 0 | 11110 | 1000100 | 111101 | 100001 | 110011 | 11010 |
Color Harmonies of #634520
Complementary color
Monochromatic Colors of #634520
Black with #634520
Text Example
Text Example
White with #634520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634520; }
p { color: rgb(99,69,32); }
H1.HeaderClassName
{
color: #634520;
}
.AnyTagClassName
{
color: #634520;
}
</style>
background-color css
<style>
a { background-color: #634520; }
a { background-color: rgb(99,69,32); }
div.DivClassName
{
background-color: #634520;
}
.BgClassName
{
background-color: #634520;
}
</style>
border-color css
<style>
span { border-color: #634520; }
span { border-color: rgb(99,69,32); }
td.TdClassName
{
border-color: #634520;
}
.TagClassName
{
border-color: #634520;
}
</style>