Shades of Dark Brown #634A1A
Tints of Dark Brown #634A1A
RGB
CMYK
RGB Variations
Color information
#634A1A (or 0x634A1A) is known color: Dark Brown. HEX triplet: 63, 4A and 1A. RGB value is (99,74,26). Sum of RGB (Red+Green+Blue) = 99+74+26=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 26 (10.55% from 255 or 13.07% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #634A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634A1A is #9CB5E5. Grayscale: #4C4C4C. Windows color (decimal): -10270182 or 1722979. OLE color: 1722979.
HSL color Cylindrical-coordinate representation of color #634A1A: hue angle of 39.45º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #634A1A is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 74 | 26 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.61 |
| HSL | 39.45º | 0.58% | 0.25% | - |
| HSV(B) | 39.45º | 0.74% | 0.39% | - |
| XYZ | 7.78 | 7.62 | 2.04 | - |
| YUV | 76 | 99.78 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 74 | 26 | 0 | 0.25 | 0.74 | 0.61 | 39.45 | 0.58 | 0.25 |
| Hex | 63 | 4A | 1A | 0 | 19 | 4A | 3D | 27 | 3A | 19 |
| Octal | 143 | 112 | 32 | 0 | 31 | 112 | 75 | 47 | 72 | 31 |
| Binary | 1100011 | 1001010 | 11010 | 0 | 11001 | 1001010 | 111101 | 100111 | 111010 | 11001 |
Color Harmonies of #634A1A
Complementary color
Monochromatic Colors of #634A1A
Black with #634A1A
Text Example
Text Example
White with #634A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634A1A; }
p { color: rgb(99,74,26); }
H1.HeaderClassName
{
color: #634A1A;
}
.AnyTagClassName
{
color: #634A1A;
}
</style>
background-color css
<style>
a { background-color: #634A1A; }
a { background-color: rgb(99,74,26); }
div.DivClassName
{
background-color: #634A1A;
}
.BgClassName
{
background-color: #634A1A;
}
</style>
border-color css
<style>
span { border-color: #634A1A; }
span { border-color: rgb(99,74,26); }
td.TdClassName
{
border-color: #634A1A;
}
.TagClassName
{
border-color: #634A1A;
}
</style>