Shades of Dark Brown #63451A
Tints of Dark Brown #63451A
RGB
CMYK
RGB Variations
Color information
#63451A (or 0x63451A) is known color: Dark Brown. HEX triplet: 63, 45 and 1A. RGB value is (99,69,26). Sum of RGB (Red+Green+Blue) = 99+69+26=194 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.03% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 99 - color contains mainly: red. Hex color #63451A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63451A is #9CBAE5. Grayscale: #494949. Windows color (decimal): -10271462 or 1721699. OLE color: 1721699.
HSL color Cylindrical-coordinate representation of color #63451A: hue angle of 35.34º 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 #63451A is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 69 | 26 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.61 |
| HSL | 35.34º | 0.58% | 0.25% | - |
| HSV(B) | 35.34º | 0.74% | 0.39% | - |
| XYZ | 7.46 | 6.98 | 1.93 | - |
| YUV | 73.07 | 101.44 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 69 | 26 | 0 | 0.30 | 0.74 | 0.61 | 35.34 | 0.58 | 0.25 |
| Hex | 63 | 45 | 1A | 0 | 1E | 4A | 3D | 23 | 3A | 19 |
| Octal | 143 | 105 | 32 | 0 | 36 | 112 | 75 | 43 | 72 | 31 |
| Binary | 1100011 | 1000101 | 11010 | 0 | 11110 | 1001010 | 111101 | 100011 | 111010 | 11001 |
Color Harmonies of #63451A
Complementary color
Monochromatic Colors of #63451A
Black with #63451A
Text Example
Text Example
White with #63451A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63451A; }
p { color: rgb(99,69,26); }
H1.HeaderClassName
{
color: #63451A;
}
.AnyTagClassName
{
color: #63451A;
}
</style>
background-color css
<style>
a { background-color: #63451A; }
a { background-color: rgb(99,69,26); }
div.DivClassName
{
background-color: #63451A;
}
.BgClassName
{
background-color: #63451A;
}
</style>
border-color css
<style>
span { border-color: #63451A; }
span { border-color: rgb(99,69,26); }
td.TdClassName
{
border-color: #63451A;
}
.TagClassName
{
border-color: #63451A;
}
</style>