Shades of Golden Brown #906A1A
Tints of Golden Brown #906A1A
RGB
CMYK
RGB Variations
Color information
#906A1A (or 0x906A1A) is known color: Golden Brown. HEX triplet: 90, 6A and 1A. RGB value is (144,106,26). Sum of RGB (Red+Green+Blue) = 144+106+26=276 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.17% from 276); Green value is 106 (41.80% from 255 or 38.41% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 144 - color contains mainly: red. Hex color #906A1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906A1A is #6F95E5. Grayscale: #6C6C6C. Windows color (decimal): -7312870 or 1731216. OLE color: 1731216.
HSL color Cylindrical-coordinate representation of color #906A1A: hue angle of 40.68º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #906A1A is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 106 | 26 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.44 |
| HSL | 40.68º | 0.69% | 0.33% | - |
| HSV(B) | 40.68º | 0.82% | 0.56% | - |
| XYZ | 16.84 | 16.31 | 3.24 | - |
| YUV | 108.24 | 81.59 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 106 | 26 | 0 | 0.26 | 0.82 | 0.44 | 40.68 | 0.69 | 0.33 |
| Hex | 90 | 6A | 1A | 0 | 1A | 52 | 2C | 29 | 45 | 21 |
| Octal | 220 | 152 | 32 | 0 | 32 | 122 | 54 | 51 | 105 | 41 |
| Binary | 10010000 | 1101010 | 11010 | 0 | 11010 | 1010010 | 101100 | 101001 | 1000101 | 100001 |
Color Harmonies of #906A1A
Complementary color
Monochromatic Colors of #906A1A
Black with #906A1A
Text Example
Text Example
White with #906A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906A1A; }
p { color: rgb(144,106,26); }
H1.HeaderClassName
{
color: #906A1A;
}
.AnyTagClassName
{
color: #906A1A;
}
</style>
background-color css
<style>
a { background-color: #906A1A; }
a { background-color: rgb(144,106,26); }
div.DivClassName
{
background-color: #906A1A;
}
.BgClassName
{
background-color: #906A1A;
}
</style>
border-color css
<style>
span { border-color: #906A1A; }
span { border-color: rgb(144,106,26); }
td.TdClassName
{
border-color: #906A1A;
}
.TagClassName
{
border-color: #906A1A;
}
</style>