Shades of Dark Brown #634120
Tints of Dark Brown #634120
RGB
CMYK
RGB Variations
Color information
#634120 (or 0x634120) is known color: Dark Brown. HEX triplet: 63, 41 and 20. RGB value is (99,65,32). Sum of RGB (Red+Green+Blue) = 99+65+32=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 32 (12.89% from 255 or 16.33% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #634120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634120 is #9CBEDF. Grayscale: #474747. Windows color (decimal): -10272480 or 2113891. OLE color: 2113891.
HSL color Cylindrical-coordinate representation of color #634120: hue angle of 29.55º 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 #634120 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 65 | 32 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.61 |
| HSL | 29.55º | 0.51% | 0.26% | - |
| HSV(B) | 29.55º | 0.68% | 0.39% | - |
| XYZ | 7.3 | 6.54 | 2.24 | - |
| YUV | 71.4 | 105.76 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 65 | 32 | 0 | 0.34 | 0.68 | 0.61 | 29.55 | 0.51 | 0.26 |
| Hex | 63 | 41 | 20 | 0 | 22 | 44 | 3D | 1E | 33 | 1A |
| Octal | 143 | 101 | 40 | 0 | 42 | 104 | 75 | 36 | 63 | 32 |
| Binary | 1100011 | 1000001 | 100000 | 0 | 100010 | 1000100 | 111101 | 11110 | 110011 | 11010 |
Color Harmonies of #634120
Complementary color
Monochromatic Colors of #634120
Black with #634120
Text Example
Text Example
White with #634120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634120; }
p { color: rgb(99,65,32); }
H1.HeaderClassName
{
color: #634120;
}
.AnyTagClassName
{
color: #634120;
}
</style>
background-color css
<style>
a { background-color: #634120; }
a { background-color: rgb(99,65,32); }
div.DivClassName
{
background-color: #634120;
}
.BgClassName
{
background-color: #634120;
}
</style>
border-color css
<style>
span { border-color: #634120; }
span { border-color: rgb(99,65,32); }
td.TdClassName
{
border-color: #634120;
}
.TagClassName
{
border-color: #634120;
}
</style>