Shades of Golden Brown #956A1C
Tints of Golden Brown #956A1C
RGB
CMYK
RGB Variations
Color information
#956A1C (or 0x956A1C) is known color: Golden Brown. HEX triplet: 95, 6A and 1C. RGB value is (149,106,28). Sum of RGB (Red+Green+Blue) = 149+106+28=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #956A1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956A1C is #6A95E3. Grayscale: #6E6E6E. Windows color (decimal): -6985188 or 1862293. OLE color: 1862293.
HSL color Cylindrical-coordinate representation of color #956A1C: hue angle of 38.68º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #956A1C is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 106 | 28 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.42 |
| HSL | 38.68º | 0.68% | 0.35% | - |
| HSV(B) | 38.68º | 0.81% | 0.58% | - |
| XYZ | 17.76 | 16.78 | 3.4 | - |
| YUV | 109.97 | 81.75 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 106 | 28 | 0 | 0.29 | 0.81 | 0.42 | 38.68 | 0.68 | 0.35 |
| Hex | 95 | 6A | 1C | 0 | 1D | 51 | 2A | 27 | 44 | 23 |
| Octal | 225 | 152 | 34 | 0 | 35 | 121 | 52 | 47 | 104 | 43 |
| Binary | 10010101 | 1101010 | 11100 | 0 | 11101 | 1010001 | 101010 | 100111 | 1000100 | 100011 |
Color Harmonies of #956A1C
Complementary color
Monochromatic Colors of #956A1C
Black with #956A1C
Text Example
Text Example
White with #956A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956A1C; }
p { color: rgb(149,106,28); }
H1.HeaderClassName
{
color: #956A1C;
}
.AnyTagClassName
{
color: #956A1C;
}
</style>
background-color css
<style>
a { background-color: #956A1C; }
a { background-color: rgb(149,106,28); }
div.DivClassName
{
background-color: #956A1C;
}
.BgClassName
{
background-color: #956A1C;
}
</style>
border-color css
<style>
span { border-color: #956A1C; }
span { border-color: rgb(149,106,28); }
td.TdClassName
{
border-color: #956A1C;
}
.TagClassName
{
border-color: #956A1C;
}
</style>