Shades of Golden Brown #916B02
Tints of Golden Brown #916B02
RGB
CMYK
RGB Variations
Color information
#916B02 (or 0x916B02) is known color: Golden Brown. HEX triplet: 91, 6B and 02. RGB value is (145,107,2). Sum of RGB (Red+Green+Blue) = 145+107+2=254 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.09% from 254); Green value is 107 (42.19% from 255 or 42.13% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 145 - color contains mainly: red. Hex color #916B02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916B02 is #6E94FD. Grayscale: #6A6A6A. Windows color (decimal): -7247102 or 158609. OLE color: 158609.
HSL color Cylindrical-coordinate representation of color #916B02: hue angle of 44.06º 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 #916B02 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 107 | 2 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.43 |
| HSL | 44.06º | 0.97% | 0.29% | - |
| HSV(B) | 44.06º | 0.99% | 0.57% | - |
| XYZ | 16.95 | 16.54 | 2.36 | - |
| YUV | 106.39 | 69.09 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 107 | 2 | 0 | 0.26 | 0.99 | 0.43 | 44.06 | 0.97 | 0.29 |
| Hex | 91 | 6B | 2 | 0 | 1A | 63 | 2B | 2C | 61 | 1D |
| Octal | 221 | 153 | 2 | 0 | 32 | 143 | 53 | 54 | 141 | 35 |
| Binary | 10010001 | 1101011 | 10 | 0 | 11010 | 1100011 | 101011 | 101100 | 1100001 | 11101 |
Color Harmonies of #916B02
Complementary color
Monochromatic Colors of #916B02
Black with #916B02
Text Example
Text Example
White with #916B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916B02; }
p { color: rgb(145,107,2); }
H1.HeaderClassName
{
color: #916B02;
}
.AnyTagClassName
{
color: #916B02;
}
</style>
background-color css
<style>
a { background-color: #916B02; }
a { background-color: rgb(145,107,2); }
div.DivClassName
{
background-color: #916B02;
}
.BgClassName
{
background-color: #916B02;
}
</style>
border-color css
<style>
span { border-color: #916B02; }
span { border-color: rgb(145,107,2); }
td.TdClassName
{
border-color: #916B02;
}
.TagClassName
{
border-color: #916B02;
}
</style>