Shades of Golden Brown #956715
Tints of Golden Brown #956715
RGB
CMYK
RGB Variations
Color information
#956715 (or 0x956715) is known color: Golden Brown. HEX triplet: 95, 67 and 15. RGB value is (149,103,21). Sum of RGB (Red+Green+Blue) = 149+103+21=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #956715 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956715 is #6A98EA. Grayscale: #6B6B6B. Windows color (decimal): -6985963 or 1402773. OLE color: 1402773.
HSL color Cylindrical-coordinate representation of color #956715: hue angle of 38.44º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #956715 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 103 | 21 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.42 |
| HSL | 38.44º | 0.75% | 0.33% | - |
| HSV(B) | 38.44º | 0.86% | 0.58% | - |
| XYZ | 17.38 | 16.14 | 2.91 | - |
| YUV | 107.41 | 79.24 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 103 | 21 | 0 | 0.31 | 0.86 | 0.42 | 38.44 | 0.75 | 0.33 |
| Hex | 95 | 67 | 15 | 0 | 1F | 56 | 2A | 26 | 4B | 21 |
| Octal | 225 | 147 | 25 | 0 | 37 | 126 | 52 | 46 | 113 | 41 |
| Binary | 10010101 | 1100111 | 10101 | 0 | 11111 | 1010110 | 101010 | 100110 | 1001011 | 100001 |
Color Harmonies of #956715
Complementary color
Monochromatic Colors of #956715
Black with #956715
Text Example
Text Example
White with #956715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956715; }
p { color: rgb(149,103,21); }
H1.HeaderClassName
{
color: #956715;
}
.AnyTagClassName
{
color: #956715;
}
</style>
background-color css
<style>
a { background-color: #956715; }
a { background-color: rgb(149,103,21); }
div.DivClassName
{
background-color: #956715;
}
.BgClassName
{
background-color: #956715;
}
</style>
border-color css
<style>
span { border-color: #956715; }
span { border-color: rgb(149,103,21); }
td.TdClassName
{
border-color: #956715;
}
.TagClassName
{
border-color: #956715;
}
</style>