Shades of Golden Brown #906F01
Tints of Golden Brown #906F01
RGB
CMYK
RGB Variations
Color information
#906F01 (or 0x906F01) is known color: Golden Brown. HEX triplet: 90, 6F and 01. RGB value is (144,111,1). Sum of RGB (Red+Green+Blue) = 144+111+1=256 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.25% from 256); Green value is 111 (43.75% from 255 or 43.36% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 144 - color contains mainly: red. Hex color #906F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906F01 is #6F90FE. Grayscale: #6C6C6C. Windows color (decimal): -7311615 or 94096. OLE color: 94096.
HSL color Cylindrical-coordinate representation of color #906F01: hue angle of 46.15º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #906F01 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 111 | 1 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.44 |
| HSL | 46.15º | 0.99% | 0.28% | - |
| HSV(B) | 46.15º | 0.99% | 0.56% | - |
| XYZ | 17.19 | 17.3 | 2.46 | - |
| YUV | 108.33 | 67.43 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 111 | 1 | 0 | 0.23 | 0.99 | 0.44 | 46.15 | 0.99 | 0.28 |
| Hex | 90 | 6F | 1 | 0 | 17 | 63 | 2C | 2E | 63 | 1C |
| Octal | 220 | 157 | 1 | 0 | 27 | 143 | 54 | 56 | 143 | 34 |
| Binary | 10010000 | 1101111 | 1 | 0 | 10111 | 1100011 | 101100 | 101110 | 1100011 | 11100 |
Color Harmonies of #906F01
Complementary color
Monochromatic Colors of #906F01
Black with #906F01
Text Example
Text Example
White with #906F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906F01; }
p { color: rgb(144,111,1); }
H1.HeaderClassName
{
color: #906F01;
}
.AnyTagClassName
{
color: #906F01;
}
</style>
background-color css
<style>
a { background-color: #906F01; }
a { background-color: rgb(144,111,1); }
div.DivClassName
{
background-color: #906F01;
}
.BgClassName
{
background-color: #906F01;
}
</style>
border-color css
<style>
span { border-color: #906F01; }
span { border-color: rgb(144,111,1); }
td.TdClassName
{
border-color: #906F01;
}
.TagClassName
{
border-color: #906F01;
}
</style>