Shades of Golden Brown #956F08
Tints of Golden Brown #956F08
RGB
CMYK
RGB Variations
Color information
#956F08 (or 0x956F08) is known color: Golden Brown. HEX triplet: 95, 6F and 08. RGB value is (149,111,8). Sum of RGB (Red+Green+Blue) = 149+111+8=268 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.60% from 268); Green value is 111 (43.75% from 255 or 41.42% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 149 - color contains mainly: red. Hex color #956F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956F08 is #6A90F7. Grayscale: #6F6F6F. Windows color (decimal): -6983928 or 552853. OLE color: 552853.
HSL color Cylindrical-coordinate representation of color #956F08: hue angle of 43.83º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #956F08 is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 111 | 8 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.42 |
| HSL | 43.83º | 0.9% | 0.31% | - |
| HSV(B) | 43.83º | 0.95% | 0.58% | - |
| XYZ | 18.12 | 17.78 | 2.71 | - |
| YUV | 110.62 | 70.09 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 8 | 0 | 0.26 | 0.95 | 0.42 | 43.83 | 0.9 | 0.31 |
| Hex | 95 | 6F | 8 | 0 | 1A | 5F | 2A | 2C | 5A | 1F |
| Octal | 225 | 157 | 10 | 0 | 32 | 137 | 52 | 54 | 132 | 37 |
| Binary | 10010101 | 1101111 | 1000 | 0 | 11010 | 1011111 | 101010 | 101100 | 1011010 | 11111 |
Color Harmonies of #956F08
Complementary color
Monochromatic Colors of #956F08
Black with #956F08
Text Example
Text Example
White with #956F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956F08; }
p { color: rgb(149,111,8); }
H1.HeaderClassName
{
color: #956F08;
}
.AnyTagClassName
{
color: #956F08;
}
</style>
background-color css
<style>
a { background-color: #956F08; }
a { background-color: rgb(149,111,8); }
div.DivClassName
{
background-color: #956F08;
}
.BgClassName
{
background-color: #956F08;
}
</style>
border-color css
<style>
span { border-color: #956F08; }
span { border-color: rgb(149,111,8); }
td.TdClassName
{
border-color: #956F08;
}
.TagClassName
{
border-color: #956F08;
}
</style>