Shades of Golden Brown #956A00
Tints of Golden Brown #956A00
RGB
CMYK
RGB Variations
Color information
#956A00 (or 0x956A00) is known color: Golden Brown. HEX triplet: 95, 6A and 00. RGB value is (149,106,0). Sum of RGB (Red+Green+Blue) = 149+106+0=255 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.43% from 255); Green value is 106 (41.80% from 255 or 41.57% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 149 - color contains mainly: red. Hex color #956A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956A00 is #6A95FF. Grayscale: #6B6B6B. Windows color (decimal): -6985216 or 27285. OLE color: 27285.
HSL color Cylindrical-coordinate representation of color #956A00: hue angle of 42.68º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #956A00 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 106 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.42 |
| HSL | 42.68º | 1% | 0.29% | - |
| HSV(B) | 42.68º | 1% | 0.58% | - |
| XYZ | 17.55 | 16.7 | 2.3 | - |
| YUV | 106.77 | 67.75 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 106 | 0 | 0 | 0.29 | 1 | 0.42 | 42.68 | 1 | 0.29 |
| Hex | 95 | 6A | 0 | 0 | 1D | 64 | 2A | 2B | 64 | 1D |
| Octal | 225 | 152 | 0 | 0 | 35 | 144 | 52 | 53 | 144 | 35 |
| Binary | 10010101 | 1101010 | 0 | 0 | 11101 | 1100100 | 101010 | 101011 | 1100100 | 11101 |
Color Harmonies of #956A00
Complementary color
Monochromatic Colors of #956A00
Black with #956A00
Text Example
Text Example
White with #956A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956A00; }
p { color: rgb(149,106,0); }
H1.HeaderClassName
{
color: #956A00;
}
.AnyTagClassName
{
color: #956A00;
}
</style>
background-color css
<style>
a { background-color: #956A00; }
a { background-color: rgb(149,106,0); }
div.DivClassName
{
background-color: #956A00;
}
.BgClassName
{
background-color: #956A00;
}
</style>
border-color css
<style>
span { border-color: #956A00; }
span { border-color: rgb(149,106,0); }
td.TdClassName
{
border-color: #956A00;
}
.TagClassName
{
border-color: #956A00;
}
</style>