Shades of Golden Brown #956700
Tints of Golden Brown #956700
RGB
CMYK
RGB Variations
Color information
#956700 (or 0x956700) is known color: Golden Brown. HEX triplet: 95, 67 and 00. RGB value is (149,103,0). Sum of RGB (Red+Green+Blue) = 149+103+0=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 103 (40.62% from 255 or 40.87% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #956700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956700 is #6A98FF. Grayscale: #696969. Windows color (decimal): -6985984 or 26517. OLE color: 26517.
HSL color Cylindrical-coordinate representation of color #956700: hue angle of 41.48º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #956700 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 103 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.42 |
| HSL | 41.48º | 1% | 0.29% | - |
| HSV(B) | 41.48º | 1% | 0.58% | - |
| XYZ | 17.24 | 16.09 | 2.2 | - |
| YUV | 105.01 | 68.74 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 103 | 0 | 0 | 0.31 | 1 | 0.42 | 41.48 | 1 | 0.29 |
| Hex | 95 | 67 | 0 | 0 | 1F | 64 | 2A | 29 | 64 | 1D |
| Octal | 225 | 147 | 0 | 0 | 37 | 144 | 52 | 51 | 144 | 35 |
| Binary | 10010101 | 1100111 | 0 | 0 | 11111 | 1100100 | 101010 | 101001 | 1100100 | 11101 |
Color Harmonies of #956700
Complementary color
Monochromatic Colors of #956700
Black with #956700
Text Example
Text Example
White with #956700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956700; }
p { color: rgb(149,103,0); }
H1.HeaderClassName
{
color: #956700;
}
.AnyTagClassName
{
color: #956700;
}
</style>
background-color css
<style>
a { background-color: #956700; }
a { background-color: rgb(149,103,0); }
div.DivClassName
{
background-color: #956700;
}
.BgClassName
{
background-color: #956700;
}
</style>
border-color css
<style>
span { border-color: #956700; }
span { border-color: rgb(149,103,0); }
td.TdClassName
{
border-color: #956700;
}
.TagClassName
{
border-color: #956700;
}
</style>