Shades of Golden Brown #9E631A
Tints of Golden Brown #9E631A
RGB
CMYK
RGB Variations
Color information
#9E631A (or 0x9E631A) is known color: Golden Brown. HEX triplet: 9E, 63 and 1A. RGB value is (158,99,26). Sum of RGB (Red+Green+Blue) = 158+99+26=283 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.83% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 158 - color contains mainly: red. Hex color #9E631A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E631A is #619CE5. Grayscale: #6C6C6C. Windows color (decimal): -6397158 or 1729438. OLE color: 1729438.
HSL color Cylindrical-coordinate representation of color #9E631A: hue angle of 33.18º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E631A is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 99 | 26 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.38 |
| HSL | 33.18º | 0.72% | 0.36% | - |
| HSV(B) | 33.18º | 0.84% | 0.62% | - |
| XYZ | 18.75 | 16.27 | 3.13 | - |
| YUV | 108.32 | 81.55 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 99 | 26 | 0 | 0.37 | 0.84 | 0.38 | 33.18 | 0.72 | 0.36 |
| Hex | 9E | 63 | 1A | 0 | 25 | 54 | 26 | 21 | 48 | 24 |
| Octal | 236 | 143 | 32 | 0 | 45 | 124 | 46 | 41 | 110 | 44 |
| Binary | 10011110 | 1100011 | 11010 | 0 | 100101 | 1010100 | 100110 | 100001 | 1001000 | 100100 |
Color Harmonies of #9E631A
Complementary color
Monochromatic Colors of #9E631A
Black with #9E631A
Text Example
Text Example
White with #9E631A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E631A; }
p { color: rgb(158,99,26); }
H1.HeaderClassName
{
color: #9E631A;
}
.AnyTagClassName
{
color: #9E631A;
}
</style>
background-color css
<style>
a { background-color: #9E631A; }
a { background-color: rgb(158,99,26); }
div.DivClassName
{
background-color: #9E631A;
}
.BgClassName
{
background-color: #9E631A;
}
</style>
border-color css
<style>
span { border-color: #9E631A; }
span { border-color: rgb(158,99,26); }
td.TdClassName
{
border-color: #9E631A;
}
.TagClassName
{
border-color: #9E631A;
}
</style>