Shades of Dark Brown #634819
Tints of Dark Brown #634819
RGB
CMYK
RGB Variations
Color information
#634819 (or 0x634819) is known color: Dark Brown. HEX triplet: 63, 48 and 19. RGB value is (99,72,25). Sum of RGB (Red+Green+Blue) = 99+72+25=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 25 (10.16% from 255 or 12.76% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #634819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634819 is #9CB7E6. Grayscale: #4A4A4A. Windows color (decimal): -10270695 or 1656931. OLE color: 1656931.
HSL color Cylindrical-coordinate representation of color #634819: hue angle of 38.11º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #634819 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 72 | 25 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.61 |
| HSL | 38.11º | 0.6% | 0.24% | - |
| HSV(B) | 38.11º | 0.75% | 0.39% | - |
| XYZ | 7.64 | 7.36 | 1.94 | - |
| YUV | 74.72 | 99.95 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 72 | 25 | 0 | 0.27 | 0.75 | 0.61 | 38.11 | 0.6 | 0.24 |
| Hex | 63 | 48 | 19 | 0 | 1B | 4B | 3D | 26 | 3C | 18 |
| Octal | 143 | 110 | 31 | 0 | 33 | 113 | 75 | 46 | 74 | 30 |
| Binary | 1100011 | 1001000 | 11001 | 0 | 11011 | 1001011 | 111101 | 100110 | 111100 | 11000 |
Color Harmonies of #634819
Complementary color
Monochromatic Colors of #634819
Black with #634819
Text Example
Text Example
White with #634819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634819; }
p { color: rgb(99,72,25); }
H1.HeaderClassName
{
color: #634819;
}
.AnyTagClassName
{
color: #634819;
}
</style>
background-color css
<style>
a { background-color: #634819; }
a { background-color: rgb(99,72,25); }
div.DivClassName
{
background-color: #634819;
}
.BgClassName
{
background-color: #634819;
}
</style>
border-color css
<style>
span { border-color: #634819; }
span { border-color: rgb(99,72,25); }
td.TdClassName
{
border-color: #634819;
}
.TagClassName
{
border-color: #634819;
}
</style>