Shades of Golden Brown #906203
Tints of Golden Brown #906203
RGB
CMYK
RGB Variations
Color information
#906203 (or 0x906203) is known color: Golden Brown. HEX triplet: 90, 62 and 03. RGB value is (144,98,3). Sum of RGB (Red+Green+Blue) = 144+98+3=245 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.78% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 144 - color contains mainly: red. Hex color #906203 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906203 is #6F9DFC. Grayscale: #656565. Windows color (decimal): -7314941 or 221840. OLE color: 221840.
HSL color Cylindrical-coordinate representation of color #906203: hue angle of 40.43º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #906203 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 98 | 3 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.44 |
| HSL | 40.43º | 0.96% | 0.29% | - |
| HSV(B) | 40.43º | 0.98% | 0.56% | - |
| XYZ | 15.89 | 14.67 | 2.08 | - |
| YUV | 100.92 | 72.74 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 98 | 3 | 0 | 0.32 | 0.98 | 0.44 | 40.43 | 0.96 | 0.29 |
| Hex | 90 | 62 | 3 | 0 | 20 | 62 | 2C | 28 | 60 | 1D |
| Octal | 220 | 142 | 3 | 0 | 40 | 142 | 54 | 50 | 140 | 35 |
| Binary | 10010000 | 1100010 | 11 | 0 | 100000 | 1100010 | 101100 | 101000 | 1100000 | 11101 |
Color Harmonies of #906203
Complementary color
Monochromatic Colors of #906203
Black with #906203
Text Example
Text Example
White with #906203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906203; }
p { color: rgb(144,98,3); }
H1.HeaderClassName
{
color: #906203;
}
.AnyTagClassName
{
color: #906203;
}
</style>
background-color css
<style>
a { background-color: #906203; }
a { background-color: rgb(144,98,3); }
div.DivClassName
{
background-color: #906203;
}
.BgClassName
{
background-color: #906203;
}
</style>
border-color css
<style>
span { border-color: #906203; }
span { border-color: rgb(144,98,3); }
td.TdClassName
{
border-color: #906203;
}
.TagClassName
{
border-color: #906203;
}
</style>