Shades of Golden Brown #956C1F
Tints of Golden Brown #956C1F
RGB
CMYK
RGB Variations
Color information
#956C1F (or 0x956C1F) is known color: Golden Brown. HEX triplet: 95, 6C and 1F. RGB value is (149,108,31). Sum of RGB (Red+Green+Blue) = 149+108+31=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 108 (42.58% from 255 or 37.5% from 288); Blue value is 31 (12.5% from 255 or 10.76% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #956C1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956C1F is #6A93E0. Grayscale: #6F6F6F. Windows color (decimal): -6984673 or 2059413. OLE color: 2059413.
HSL color Cylindrical-coordinate representation of color #956C1F: hue angle of 39.15º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #956C1F is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 108 | 31 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.42 |
| HSL | 39.15º | 0.66% | 0.35% | - |
| HSV(B) | 39.15º | 0.79% | 0.58% | - |
| XYZ | 18 | 17.21 | 3.67 | - |
| YUV | 111.48 | 82.58 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 108 | 31 | 0 | 0.28 | 0.79 | 0.42 | 39.15 | 0.66 | 0.35 |
| Hex | 95 | 6C | 1F | 0 | 1C | 4F | 2A | 27 | 42 | 23 |
| Octal | 225 | 154 | 37 | 0 | 34 | 117 | 52 | 47 | 102 | 43 |
| Binary | 10010101 | 1101100 | 11111 | 0 | 11100 | 1001111 | 101010 | 100111 | 1000010 | 100011 |
Color Harmonies of #956C1F
Complementary color
Monochromatic Colors of #956C1F
Black with #956C1F
Text Example
Text Example
White with #956C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956C1F; }
p { color: rgb(149,108,31); }
H1.HeaderClassName
{
color: #956C1F;
}
.AnyTagClassName
{
color: #956C1F;
}
</style>
background-color css
<style>
a { background-color: #956C1F; }
a { background-color: rgb(149,108,31); }
div.DivClassName
{
background-color: #956C1F;
}
.BgClassName
{
background-color: #956C1F;
}
</style>
border-color css
<style>
span { border-color: #956C1F; }
span { border-color: rgb(149,108,31); }
td.TdClassName
{
border-color: #956C1F;
}
.TagClassName
{
border-color: #956C1F;
}
</style>