Shades of Golden Brown #96661C
Tints of Golden Brown #96661C
RGB
CMYK
RGB Variations
Color information
#96661C (or 0x96661C) is known color: Golden Brown. HEX triplet: 96, 66 and 1C. RGB value is (150,102,28). Sum of RGB (Red+Green+Blue) = 150+102+28=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #96661C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96661C is #6999E3. Grayscale: #6C6C6C. Windows color (decimal): -6920676 or 1861270. OLE color: 1861270.
HSL color Cylindrical-coordinate representation of color #96661C: hue angle of 36.39º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96661C is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 102 | 28 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.41 |
| HSL | 36.39º | 0.69% | 0.35% | - |
| HSV(B) | 36.39º | 0.81% | 0.59% | - |
| XYZ | 17.54 | 16.07 | 3.28 | - |
| YUV | 107.92 | 82.9 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 102 | 28 | 0 | 0.32 | 0.81 | 0.41 | 36.39 | 0.69 | 0.35 |
| Hex | 96 | 66 | 1C | 0 | 20 | 51 | 29 | 24 | 45 | 23 |
| Octal | 226 | 146 | 34 | 0 | 40 | 121 | 51 | 44 | 105 | 43 |
| Binary | 10010110 | 1100110 | 11100 | 0 | 100000 | 1010001 | 101001 | 100100 | 1000101 | 100011 |
Color Harmonies of #96661C
Complementary color
Monochromatic Colors of #96661C
Black with #96661C
Text Example
Text Example
White with #96661C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96661C; }
p { color: rgb(150,102,28); }
H1.HeaderClassName
{
color: #96661C;
}
.AnyTagClassName
{
color: #96661C;
}
</style>
background-color css
<style>
a { background-color: #96661C; }
a { background-color: rgb(150,102,28); }
div.DivClassName
{
background-color: #96661C;
}
.BgClassName
{
background-color: #96661C;
}
</style>
border-color css
<style>
span { border-color: #96661C; }
span { border-color: rgb(150,102,28); }
td.TdClassName
{
border-color: #96661C;
}
.TagClassName
{
border-color: #96661C;
}
</style>