Shades of Golden Brown #967807
Tints of Golden Brown #967807
RGB
CMYK
RGB Variations
Color information
#967807 (or 0x967807) is known color: Golden Brown. HEX triplet: 96, 78 and 07. RGB value is (150,120,7). Sum of RGB (Red+Green+Blue) = 150+120+7=277 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.15% from 277); Green value is 120 (47.27% from 255 or 43.32% from 277); Blue value is 7 (3.12% from 255 or 2.53% from 277); Max value from RGB is 150 - color contains mainly: red. Hex color #967807 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967807 is #6987F8. Grayscale: #747474. Windows color (decimal): -6916089 or 489622. OLE color: 489622.
HSL color Cylindrical-coordinate representation of color #967807: hue angle of 47.41º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #967807 is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 120 | 7 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.41 |
| HSL | 47.41º | 0.91% | 0.31% | - |
| HSV(B) | 47.41º | 0.95% | 0.59% | - |
| XYZ | 19.33 | 19.93 | 3.03 | - |
| YUV | 116.09 | 66.44 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 120 | 7 | 0 | 0.20 | 0.95 | 0.41 | 47.41 | 0.91 | 0.31 |
| Hex | 96 | 78 | 7 | 0 | 14 | 5F | 29 | 2F | 5B | 1F |
| Octal | 226 | 170 | 7 | 0 | 24 | 137 | 51 | 57 | 133 | 37 |
| Binary | 10010110 | 1111000 | 111 | 0 | 10100 | 1011111 | 101001 | 101111 | 1011011 | 11111 |
Color Harmonies of #967807
Complementary color
Monochromatic Colors of #967807
Black with #967807
Text Example
Text Example
White with #967807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967807; }
p { color: rgb(150,120,7); }
H1.HeaderClassName
{
color: #967807;
}
.AnyTagClassName
{
color: #967807;
}
</style>
background-color css
<style>
a { background-color: #967807; }
a { background-color: rgb(150,120,7); }
div.DivClassName
{
background-color: #967807;
}
.BgClassName
{
background-color: #967807;
}
</style>
border-color css
<style>
span { border-color: #967807; }
span { border-color: rgb(150,120,7); }
td.TdClassName
{
border-color: #967807;
}
.TagClassName
{
border-color: #967807;
}
</style>