Shades of Golden Brown #956B05
Tints of Golden Brown #956B05
RGB
CMYK
RGB Variations
Color information
#956B05 (or 0x956B05) is known color: Golden Brown. HEX triplet: 95, 6B and 05. RGB value is (149,107,5). Sum of RGB (Red+Green+Blue) = 149+107+5=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 107 (42.19% from 255 or 41.00% from 261); Blue value is 5 (2.34% from 255 or 1.92% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #956B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956B05 is #6A94FA. Grayscale: #6C6C6C. Windows color (decimal): -6984955 or 355221. OLE color: 355221.
HSL color Cylindrical-coordinate representation of color #956B05: hue angle of 42.5º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #956B05 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 107 | 5 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.42 |
| HSL | 42.5º | 0.94% | 0.3% | - |
| HSV(B) | 42.5º | 0.97% | 0.58% | - |
| XYZ | 17.68 | 16.92 | 2.48 | - |
| YUV | 107.93 | 69.91 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 107 | 5 | 0 | 0.28 | 0.97 | 0.42 | 42.5 | 0.94 | 0.3 |
| Hex | 95 | 6B | 5 | 0 | 1C | 61 | 2A | 2A | 5E | 1E |
| Octal | 225 | 153 | 5 | 0 | 34 | 141 | 52 | 52 | 136 | 36 |
| Binary | 10010101 | 1101011 | 101 | 0 | 11100 | 1100001 | 101010 | 101010 | 1011110 | 11110 |
Color Harmonies of #956B05
Complementary color
Monochromatic Colors of #956B05
Black with #956B05
Text Example
Text Example
White with #956B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956B05; }
p { color: rgb(149,107,5); }
H1.HeaderClassName
{
color: #956B05;
}
.AnyTagClassName
{
color: #956B05;
}
</style>
background-color css
<style>
a { background-color: #956B05; }
a { background-color: rgb(149,107,5); }
div.DivClassName
{
background-color: #956B05;
}
.BgClassName
{
background-color: #956B05;
}
</style>
border-color css
<style>
span { border-color: #956B05; }
span { border-color: rgb(149,107,5); }
td.TdClassName
{
border-color: #956B05;
}
.TagClassName
{
border-color: #956B05;
}
</style>