Shades of Dark Brown #634A19
Tints of Dark Brown #634A19
RGB
CMYK
RGB Variations
Color information
#634A19 (or 0x634A19) is known color: Dark Brown. HEX triplet: 63, 4A and 19. RGB value is (99,74,25). Sum of RGB (Red+Green+Blue) = 99+74+25=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 74 (29.30% from 255 or 37.37% from 198); Blue value is 25 (10.16% from 255 or 12.63% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #634A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634A19 is #9CB5E6. Grayscale: #4C4C4C. Windows color (decimal): -10270183 or 1657443. OLE color: 1657443.
HSL color Cylindrical-coordinate representation of color #634A19: hue angle of 39.73º 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 #634A19 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 74 | 25 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.61 |
| HSL | 39.73º | 0.6% | 0.24% | - |
| HSV(B) | 39.73º | 0.75% | 0.39% | - |
| XYZ | 7.77 | 7.62 | 1.98 | - |
| YUV | 75.89 | 99.28 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 74 | 25 | 0 | 0.25 | 0.75 | 0.61 | 39.73 | 0.6 | 0.24 |
| Hex | 63 | 4A | 19 | 0 | 19 | 4B | 3D | 28 | 3C | 18 |
| Octal | 143 | 112 | 31 | 0 | 31 | 113 | 75 | 50 | 74 | 30 |
| Binary | 1100011 | 1001010 | 11001 | 0 | 11001 | 1001011 | 111101 | 101000 | 111100 | 11000 |
Color Harmonies of #634A19
Complementary color
Monochromatic Colors of #634A19
Black with #634A19
Text Example
Text Example
White with #634A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634A19; }
p { color: rgb(99,74,25); }
H1.HeaderClassName
{
color: #634A19;
}
.AnyTagClassName
{
color: #634A19;
}
</style>
background-color css
<style>
a { background-color: #634A19; }
a { background-color: rgb(99,74,25); }
div.DivClassName
{
background-color: #634A19;
}
.BgClassName
{
background-color: #634A19;
}
</style>
border-color css
<style>
span { border-color: #634A19; }
span { border-color: rgb(99,74,25); }
td.TdClassName
{
border-color: #634A19;
}
.TagClassName
{
border-color: #634A19;
}
</style>