Shades of Golden Brown #95660F
Tints of Golden Brown #95660F
RGB
CMYK
RGB Variations
Color information
#95660F (or 0x95660F) is known color: Golden Brown. HEX triplet: 95, 66 and 0F. RGB value is (149,102,15). Sum of RGB (Red+Green+Blue) = 149+102+15=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #95660F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95660F is #6A99F0. Grayscale: #6A6A6A. Windows color (decimal): -6986225 or 1009301. OLE color: 1009301.
HSL color Cylindrical-coordinate representation of color #95660F: hue angle of 38.96º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #95660F is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 102 | 15 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.42 |
| HSL | 38.96º | 0.82% | 0.32% | - |
| HSV(B) | 38.96º | 0.9% | 0.58% | - |
| XYZ | 17.23 | 15.93 | 2.62 | - |
| YUV | 106.14 | 76.57 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 102 | 15 | 0 | 0.32 | 0.90 | 0.42 | 38.96 | 0.82 | 0.32 |
| Hex | 95 | 66 | F | 0 | 20 | 5A | 2A | 27 | 52 | 20 |
| Octal | 225 | 146 | 17 | 0 | 40 | 132 | 52 | 47 | 122 | 40 |
| Binary | 10010101 | 1100110 | 1111 | 0 | 100000 | 1011010 | 101010 | 100111 | 1010010 | 100000 |
Color Harmonies of #95660F
Complementary color
Monochromatic Colors of #95660F
Black with #95660F
Text Example
Text Example
White with #95660F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95660F; }
p { color: rgb(149,102,15); }
H1.HeaderClassName
{
color: #95660F;
}
.AnyTagClassName
{
color: #95660F;
}
</style>
background-color css
<style>
a { background-color: #95660F; }
a { background-color: rgb(149,102,15); }
div.DivClassName
{
background-color: #95660F;
}
.BgClassName
{
background-color: #95660F;
}
</style>
border-color css
<style>
span { border-color: #95660F; }
span { border-color: rgb(149,102,15); }
td.TdClassName
{
border-color: #95660F;
}
.TagClassName
{
border-color: #95660F;
}
</style>