Shades of Golden Brown #956701
Tints of Golden Brown #956701
RGB
CMYK
RGB Variations
Color information
#956701 (or 0x956701) is known color: Golden Brown. HEX triplet: 95, 67 and 01. RGB value is (149,103,1). Sum of RGB (Red+Green+Blue) = 149+103+1=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 103 (40.62% from 255 or 40.71% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #956701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956701 is #6A98FE. Grayscale: #696969. Windows color (decimal): -6985983 or 92053. OLE color: 92053.
HSL color Cylindrical-coordinate representation of color #956701: hue angle of 41.35º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #956701 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 103 | 1 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.42 |
| HSL | 41.35º | 0.99% | 0.29% | - |
| HSV(B) | 41.35º | 0.99% | 0.58% | - |
| XYZ | 17.25 | 16.09 | 2.23 | - |
| YUV | 105.13 | 69.24 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 103 | 1 | 0 | 0.31 | 0.99 | 0.42 | 41.35 | 0.99 | 0.29 |
| Hex | 95 | 67 | 1 | 0 | 1F | 63 | 2A | 29 | 63 | 1D |
| Octal | 225 | 147 | 1 | 0 | 37 | 143 | 52 | 51 | 143 | 35 |
| Binary | 10010101 | 1100111 | 1 | 0 | 11111 | 1100011 | 101010 | 101001 | 1100011 | 11101 |
Color Harmonies of #956701
Complementary color
Monochromatic Colors of #956701
Black with #956701
Text Example
Text Example
White with #956701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956701; }
p { color: rgb(149,103,1); }
H1.HeaderClassName
{
color: #956701;
}
.AnyTagClassName
{
color: #956701;
}
</style>
background-color css
<style>
a { background-color: #956701; }
a { background-color: rgb(149,103,1); }
div.DivClassName
{
background-color: #956701;
}
.BgClassName
{
background-color: #956701;
}
</style>
border-color css
<style>
span { border-color: #956701; }
span { border-color: rgb(149,103,1); }
td.TdClassName
{
border-color: #956701;
}
.TagClassName
{
border-color: #956701;
}
</style>