Shades of Golden Brown #956702
Tints of Golden Brown #956702
RGB
CMYK
RGB Variations
Color information
#956702 (or 0x956702) is known color: Golden Brown. HEX triplet: 95, 67 and 02. RGB value is (149,103,2). Sum of RGB (Red+Green+Blue) = 149+103+2=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 103 (40.62% from 255 or 40.55% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #956702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956702 is #6A98FD. Grayscale: #696969. Windows color (decimal): -6985982 or 157589. OLE color: 157589.
HSL color Cylindrical-coordinate representation of color #956702: hue angle of 41.22º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #956702 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 103 | 2 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.42 |
| HSL | 41.22º | 0.97% | 0.3% | - |
| HSV(B) | 41.22º | 0.99% | 0.58% | - |
| XYZ | 17.26 | 16.09 | 2.25 | - |
| YUV | 105.24 | 69.74 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 103 | 2 | 0 | 0.31 | 0.99 | 0.42 | 41.22 | 0.97 | 0.3 |
| Hex | 95 | 67 | 2 | 0 | 1F | 63 | 2A | 29 | 61 | 1E |
| Octal | 225 | 147 | 2 | 0 | 37 | 143 | 52 | 51 | 141 | 36 |
| Binary | 10010101 | 1100111 | 10 | 0 | 11111 | 1100011 | 101010 | 101001 | 1100001 | 11110 |
Color Harmonies of #956702
Complementary color
Monochromatic Colors of #956702
Black with #956702
Text Example
Text Example
White with #956702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956702; }
p { color: rgb(149,103,2); }
H1.HeaderClassName
{
color: #956702;
}
.AnyTagClassName
{
color: #956702;
}
</style>
background-color css
<style>
a { background-color: #956702; }
a { background-color: rgb(149,103,2); }
div.DivClassName
{
background-color: #956702;
}
.BgClassName
{
background-color: #956702;
}
</style>
border-color css
<style>
span { border-color: #956702; }
span { border-color: rgb(149,103,2); }
td.TdClassName
{
border-color: #956702;
}
.TagClassName
{
border-color: #956702;
}
</style>