Shades of Golden Brown #96661A
Tints of Golden Brown #96661A
RGB
CMYK
RGB Variations
Color information
#96661A (or 0x96661A) is known color: Golden Brown. HEX triplet: 96, 66 and 1A. RGB value is (150,102,26). Sum of RGB (Red+Green+Blue) = 150+102+26=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #96661A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96661A is #6999E5. Grayscale: #6C6C6C. Windows color (decimal): -6920678 or 1730198. OLE color: 1730198.
HSL color Cylindrical-coordinate representation of color #96661A: hue angle of 36.77º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #96661A is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 102 | 26 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.41 |
| HSL | 36.77º | 0.7% | 0.35% | - |
| HSV(B) | 36.77º | 0.83% | 0.59% | - |
| XYZ | 17.52 | 16.06 | 3.15 | - |
| YUV | 107.69 | 81.9 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 102 | 26 | 0 | 0.32 | 0.83 | 0.41 | 36.77 | 0.7 | 0.35 |
| Hex | 96 | 66 | 1A | 0 | 20 | 53 | 29 | 25 | 46 | 23 |
| Octal | 226 | 146 | 32 | 0 | 40 | 123 | 51 | 45 | 106 | 43 |
| Binary | 10010110 | 1100110 | 11010 | 0 | 100000 | 1010011 | 101001 | 100101 | 1000110 | 100011 |
Color Harmonies of #96661A
Complementary color
Monochromatic Colors of #96661A
Black with #96661A
Text Example
Text Example
White with #96661A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96661A; }
p { color: rgb(150,102,26); }
H1.HeaderClassName
{
color: #96661A;
}
.AnyTagClassName
{
color: #96661A;
}
</style>
background-color css
<style>
a { background-color: #96661A; }
a { background-color: rgb(150,102,26); }
div.DivClassName
{
background-color: #96661A;
}
.BgClassName
{
background-color: #96661A;
}
</style>
border-color css
<style>
span { border-color: #96661A; }
span { border-color: rgb(150,102,26); }
td.TdClassName
{
border-color: #96661A;
}
.TagClassName
{
border-color: #96661A;
}
</style>