Shades of Golden Brown #956908
Tints of Golden Brown #956908
RGB
CMYK
RGB Variations
Color information
#956908 (or 0x956908) is known color: Golden Brown. HEX triplet: 95, 69 and 08. RGB value is (149,105,8). Sum of RGB (Red+Green+Blue) = 149+105+8=262 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.87% from 262); Green value is 105 (41.41% from 255 or 40.08% from 262); Blue value is 8 (3.52% from 255 or 3.05% from 262); Max value from RGB is 149 - color contains mainly: red. Hex color #956908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956908 is #6A96F7. Grayscale: #6B6B6B. Windows color (decimal): -6985464 or 551317. OLE color: 551317.
HSL color Cylindrical-coordinate representation of color #956908: hue angle of 41.28º 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 #956908 is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 105 | 8 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.42 |
| HSL | 41.28º | 0.9% | 0.31% | - |
| HSV(B) | 41.28º | 0.95% | 0.58% | - |
| XYZ | 17.49 | 16.51 | 2.49 | - |
| YUV | 107.1 | 72.08 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 105 | 8 | 0 | 0.30 | 0.95 | 0.42 | 41.28 | 0.9 | 0.31 |
| Hex | 95 | 69 | 8 | 0 | 1E | 5F | 2A | 29 | 5A | 1F |
| Octal | 225 | 151 | 10 | 0 | 36 | 137 | 52 | 51 | 132 | 37 |
| Binary | 10010101 | 1101001 | 1000 | 0 | 11110 | 1011111 | 101010 | 101001 | 1011010 | 11111 |
Color Harmonies of #956908
Complementary color
Monochromatic Colors of #956908
Black with #956908
Text Example
Text Example
White with #956908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956908; }
p { color: rgb(149,105,8); }
H1.HeaderClassName
{
color: #956908;
}
.AnyTagClassName
{
color: #956908;
}
</style>
background-color css
<style>
a { background-color: #956908; }
a { background-color: rgb(149,105,8); }
div.DivClassName
{
background-color: #956908;
}
.BgClassName
{
background-color: #956908;
}
</style>
border-color css
<style>
span { border-color: #956908; }
span { border-color: rgb(149,105,8); }
td.TdClassName
{
border-color: #956908;
}
.TagClassName
{
border-color: #956908;
}
</style>