Shades of Golden Brown #90671F
Tints of Golden Brown #90671F
RGB
CMYK
RGB Variations
Color information
#90671F (or 0x90671F) is known color: Golden Brown. HEX triplet: 90, 67 and 1F. RGB value is (144,103,31). Sum of RGB (Red+Green+Blue) = 144+103+31=278 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.80% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 144 - color contains mainly: red. Hex color #90671F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90671F is #6F98E0. Grayscale: #6B6B6B. Windows color (decimal): -7313633 or 2058128. OLE color: 2058128.
HSL color Cylindrical-coordinate representation of color #90671F: hue angle of 38.23º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #90671F is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 103 | 31 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.44 |
| HSL | 38.23º | 0.65% | 0.34% | - |
| HSV(B) | 38.23º | 0.78% | 0.56% | - |
| XYZ | 16.6 | 15.73 | 3.46 | - |
| YUV | 107.05 | 85.08 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 103 | 31 | 0 | 0.28 | 0.78 | 0.44 | 38.23 | 0.65 | 0.34 |
| Hex | 90 | 67 | 1F | 0 | 1C | 4E | 2C | 26 | 41 | 22 |
| Octal | 220 | 147 | 37 | 0 | 34 | 116 | 54 | 46 | 101 | 42 |
| Binary | 10010000 | 1100111 | 11111 | 0 | 11100 | 1001110 | 101100 | 100110 | 1000001 | 100010 |
Color Harmonies of #90671F
Complementary color
Monochromatic Colors of #90671F
Black with #90671F
Text Example
Text Example
White with #90671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90671F; }
p { color: rgb(144,103,31); }
H1.HeaderClassName
{
color: #90671F;
}
.AnyTagClassName
{
color: #90671F;
}
</style>
background-color css
<style>
a { background-color: #90671F; }
a { background-color: rgb(144,103,31); }
div.DivClassName
{
background-color: #90671F;
}
.BgClassName
{
background-color: #90671F;
}
</style>
border-color css
<style>
span { border-color: #90671F; }
span { border-color: rgb(144,103,31); }
td.TdClassName
{
border-color: #90671F;
}
.TagClassName
{
border-color: #90671F;
}
</style>