Shades of Golden Brown #90651D
Tints of Golden Brown #90651D
RGB
CMYK
RGB Variations
Color information
#90651D (or 0x90651D) is known color: Golden Brown. HEX triplet: 90, 65 and 1D. RGB value is (144,101,29). Sum of RGB (Red+Green+Blue) = 144+101+29=274 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.55% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 144 - color contains mainly: red. Hex color #90651D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90651D is #6F9AE2. Grayscale: #696969. Windows color (decimal): -7314147 or 1926544. OLE color: 1926544.
HSL color Cylindrical-coordinate representation of color #90651D: hue angle of 37.57º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #90651D is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 101 | 29 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.44 |
| HSL | 37.57º | 0.66% | 0.34% | - |
| HSV(B) | 37.57º | 0.8% | 0.56% | - |
| XYZ | 16.38 | 15.33 | 3.26 | - |
| YUV | 105.65 | 84.75 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 101 | 29 | 0 | 0.30 | 0.80 | 0.44 | 37.57 | 0.66 | 0.34 |
| Hex | 90 | 65 | 1D | 0 | 1E | 50 | 2C | 26 | 42 | 22 |
| Octal | 220 | 145 | 35 | 0 | 36 | 120 | 54 | 46 | 102 | 42 |
| Binary | 10010000 | 1100101 | 11101 | 0 | 11110 | 1010000 | 101100 | 100110 | 1000010 | 100010 |
Color Harmonies of #90651D
Complementary color
Monochromatic Colors of #90651D
Black with #90651D
Text Example
Text Example
White with #90651D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90651D; }
p { color: rgb(144,101,29); }
H1.HeaderClassName
{
color: #90651D;
}
.AnyTagClassName
{
color: #90651D;
}
</style>
background-color css
<style>
a { background-color: #90651D; }
a { background-color: rgb(144,101,29); }
div.DivClassName
{
background-color: #90651D;
}
.BgClassName
{
background-color: #90651D;
}
</style>
border-color css
<style>
span { border-color: #90651D; }
span { border-color: rgb(144,101,29); }
td.TdClassName
{
border-color: #90651D;
}
.TagClassName
{
border-color: #90651D;
}
</style>