Shades of Golden Brown #95660E
Tints of Golden Brown #95660E
RGB
CMYK
RGB Variations
Color information
#95660E (or 0x95660E) is known color: Golden Brown. HEX triplet: 95, 66 and 0E. RGB value is (149,102,14). Sum of RGB (Red+Green+Blue) = 149+102+14=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 14 (5.86% from 255 or 5.28% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #95660E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95660E is #6A99F1. Grayscale: #6A6A6A. Windows color (decimal): -6986226 or 943765. OLE color: 943765.
HSL color Cylindrical-coordinate representation of color #95660E: hue angle of 39.11º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #95660E is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 102 | 14 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.42 |
| HSL | 39.11º | 0.83% | 0.32% | - |
| HSV(B) | 39.11º | 0.91% | 0.58% | - |
| XYZ | 17.23 | 15.92 | 2.58 | - |
| YUV | 106.02 | 76.07 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 102 | 14 | 0 | 0.32 | 0.91 | 0.42 | 39.11 | 0.83 | 0.32 |
| Hex | 95 | 66 | E | 0 | 20 | 5B | 2A | 27 | 53 | 20 |
| Octal | 225 | 146 | 16 | 0 | 40 | 133 | 52 | 47 | 123 | 40 |
| Binary | 10010101 | 1100110 | 1110 | 0 | 100000 | 1011011 | 101010 | 100111 | 1010011 | 100000 |
Color Harmonies of #95660E
Complementary color
Monochromatic Colors of #95660E
Black with #95660E
Text Example
Text Example
White with #95660E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95660E; }
p { color: rgb(149,102,14); }
H1.HeaderClassName
{
color: #95660E;
}
.AnyTagClassName
{
color: #95660E;
}
</style>
background-color css
<style>
a { background-color: #95660E; }
a { background-color: rgb(149,102,14); }
div.DivClassName
{
background-color: #95660E;
}
.BgClassName
{
background-color: #95660E;
}
</style>
border-color css
<style>
span { border-color: #95660E; }
span { border-color: rgb(149,102,14); }
td.TdClassName
{
border-color: #95660E;
}
.TagClassName
{
border-color: #95660E;
}
</style>