Shades of Golden Brown #956F1B
Tints of Golden Brown #956F1B
RGB
CMYK
RGB Variations
Color information
#956F1B (or 0x956F1B) is known color: Golden Brown. HEX triplet: 95, 6F and 1B. RGB value is (149,111,27). Sum of RGB (Red+Green+Blue) = 149+111+27=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #956F1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956F1B is #6A90E4. Grayscale: #717171. Windows color (decimal): -6983909 or 1798037. OLE color: 1798037.
HSL color Cylindrical-coordinate representation of color #956F1B: hue angle of 41.31º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #956F1B is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 111 | 27 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.42 |
| HSL | 41.31º | 0.69% | 0.35% | - |
| HSV(B) | 41.31º | 0.82% | 0.58% | - |
| XYZ | 18.28 | 17.84 | 3.52 | - |
| YUV | 112.79 | 79.59 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 27 | 0 | 0.26 | 0.82 | 0.42 | 41.31 | 0.69 | 0.35 |
| Hex | 95 | 6F | 1B | 0 | 1A | 52 | 2A | 29 | 45 | 23 |
| Octal | 225 | 157 | 33 | 0 | 32 | 122 | 52 | 51 | 105 | 43 |
| Binary | 10010101 | 1101111 | 11011 | 0 | 11010 | 1010010 | 101010 | 101001 | 1000101 | 100011 |
Color Harmonies of #956F1B
Complementary color
Monochromatic Colors of #956F1B
Black with #956F1B
Text Example
Text Example
White with #956F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956F1B; }
p { color: rgb(149,111,27); }
H1.HeaderClassName
{
color: #956F1B;
}
.AnyTagClassName
{
color: #956F1B;
}
</style>
background-color css
<style>
a { background-color: #956F1B; }
a { background-color: rgb(149,111,27); }
div.DivClassName
{
background-color: #956F1B;
}
.BgClassName
{
background-color: #956F1B;
}
</style>
border-color css
<style>
span { border-color: #956F1B; }
span { border-color: rgb(149,111,27); }
td.TdClassName
{
border-color: #956F1B;
}
.TagClassName
{
border-color: #956F1B;
}
</style>