Shades of Golden Brown #9E651D
Tints of Golden Brown #9E651D
RGB
CMYK
RGB Variations
Color information
#9E651D (or 0x9E651D) is known color: Golden Brown. HEX triplet: 9E, 65 and 1D. RGB value is (158,101,29). Sum of RGB (Red+Green+Blue) = 158+101+29=288 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.86% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 158 - color contains mainly: red. Hex color #9E651D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E651D is #619AE2. Grayscale: #6E6E6E. Windows color (decimal): -6396643 or 1926558. OLE color: 1926558.
HSL color Cylindrical-coordinate representation of color #9E651D: hue angle of 33.49º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9E651D is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 101 | 29 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.38 |
| HSL | 33.49º | 0.69% | 0.37% | - |
| HSV(B) | 33.49º | 0.82% | 0.62% | - |
| XYZ | 18.98 | 16.67 | 3.38 | - |
| YUV | 109.84 | 82.38 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 101 | 29 | 0 | 0.36 | 0.82 | 0.38 | 33.49 | 0.69 | 0.37 |
| Hex | 9E | 65 | 1D | 0 | 24 | 52 | 26 | 21 | 45 | 25 |
| Octal | 236 | 145 | 35 | 0 | 44 | 122 | 46 | 41 | 105 | 45 |
| Binary | 10011110 | 1100101 | 11101 | 0 | 100100 | 1010010 | 100110 | 100001 | 1000101 | 100101 |
Color Harmonies of #9E651D
Complementary color
Monochromatic Colors of #9E651D
Black with #9E651D
Text Example
Text Example
White with #9E651D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E651D; }
p { color: rgb(158,101,29); }
H1.HeaderClassName
{
color: #9E651D;
}
.AnyTagClassName
{
color: #9E651D;
}
</style>
background-color css
<style>
a { background-color: #9E651D; }
a { background-color: rgb(158,101,29); }
div.DivClassName
{
background-color: #9E651D;
}
.BgClassName
{
background-color: #9E651D;
}
</style>
border-color css
<style>
span { border-color: #9E651D; }
span { border-color: rgb(158,101,29); }
td.TdClassName
{
border-color: #9E651D;
}
.TagClassName
{
border-color: #9E651D;
}
</style>