Shades of Golden Brown #906702
Tints of Golden Brown #906702
RGB
CMYK
RGB Variations
Color information
#906702 (or 0x906702) is known color: Golden Brown. HEX triplet: 90, 67 and 02. RGB value is (144,103,2). Sum of RGB (Red+Green+Blue) = 144+103+2=249 (32% of max value = 765). Red value is 144 (56.64% from 255 or 57.83% from 249); Green value is 103 (40.62% from 255 or 41.37% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 144 - color contains mainly: red. Hex color #906702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906702 is #6F98FD. Grayscale: #686868. Windows color (decimal): -7313662 or 157584. OLE color: 157584.
HSL color Cylindrical-coordinate representation of color #906702: hue angle of 42.68º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #906702 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 103 | 2 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.44 |
| HSL | 42.68º | 0.97% | 0.29% | - |
| HSV(B) | 42.68º | 0.99% | 0.56% | - |
| XYZ | 16.36 | 15.63 | 2.21 | - |
| YUV | 103.75 | 70.58 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 103 | 2 | 0 | 0.28 | 0.99 | 0.44 | 42.68 | 0.97 | 0.29 |
| Hex | 90 | 67 | 2 | 0 | 1C | 63 | 2C | 2B | 61 | 1D |
| Octal | 220 | 147 | 2 | 0 | 34 | 143 | 54 | 53 | 141 | 35 |
| Binary | 10010000 | 1100111 | 10 | 0 | 11100 | 1100011 | 101100 | 101011 | 1100001 | 11101 |
Color Harmonies of #906702
Complementary color
Monochromatic Colors of #906702
Black with #906702
Text Example
Text Example
White with #906702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906702; }
p { color: rgb(144,103,2); }
H1.HeaderClassName
{
color: #906702;
}
.AnyTagClassName
{
color: #906702;
}
</style>
background-color css
<style>
a { background-color: #906702; }
a { background-color: rgb(144,103,2); }
div.DivClassName
{
background-color: #906702;
}
.BgClassName
{
background-color: #906702;
}
</style>
border-color css
<style>
span { border-color: #906702; }
span { border-color: rgb(144,103,2); }
td.TdClassName
{
border-color: #906702;
}
.TagClassName
{
border-color: #906702;
}
</style>