Shades of Golden Brown #916702
Tints of Golden Brown #916702
RGB
CMYK
RGB Variations
Color information
#916702 (or 0x916702) is known color: Golden Brown. HEX triplet: 91, 67 and 02. RGB value is (145,103,2). Sum of RGB (Red+Green+Blue) = 145+103+2=250 (33% of max value = 765). Red value is 145 (57.03% from 255 or 58% from 250); Green value is 103 (40.62% from 255 or 41.2% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 145 - color contains mainly: red. Hex color #916702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916702 is #6E98FD. Grayscale: #686868. Windows color (decimal): -7248126 or 157585. OLE color: 157585.
HSL color Cylindrical-coordinate representation of color #916702: hue angle of 42.38º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #916702 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 103 | 2 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.43 |
| HSL | 42.38º | 0.97% | 0.29% | - |
| HSV(B) | 42.38º | 0.99% | 0.57% | - |
| XYZ | 16.54 | 15.72 | 2.22 | - |
| YUV | 104.04 | 70.41 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 103 | 2 | 0 | 0.29 | 0.99 | 0.43 | 42.38 | 0.97 | 0.29 |
| Hex | 91 | 67 | 2 | 0 | 1D | 63 | 2B | 2A | 61 | 1D |
| Octal | 221 | 147 | 2 | 0 | 35 | 143 | 53 | 52 | 141 | 35 |
| Binary | 10010001 | 1100111 | 10 | 0 | 11101 | 1100011 | 101011 | 101010 | 1100001 | 11101 |
Color Harmonies of #916702
Complementary color
Monochromatic Colors of #916702
Black with #916702
Text Example
Text Example
White with #916702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916702; }
p { color: rgb(145,103,2); }
H1.HeaderClassName
{
color: #916702;
}
.AnyTagClassName
{
color: #916702;
}
</style>
background-color css
<style>
a { background-color: #916702; }
a { background-color: rgb(145,103,2); }
div.DivClassName
{
background-color: #916702;
}
.BgClassName
{
background-color: #916702;
}
</style>
border-color css
<style>
span { border-color: #916702; }
span { border-color: rgb(145,103,2); }
td.TdClassName
{
border-color: #916702;
}
.TagClassName
{
border-color: #916702;
}
</style>