Shades of Golden Brown #96691B
Tints of Golden Brown #96691B
RGB
CMYK
RGB Variations
Color information
#96691B (or 0x96691B) is known color: Golden Brown. HEX triplet: 96, 69 and 1B. RGB value is (150,105,27). Sum of RGB (Red+Green+Blue) = 150+105+27=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #96691B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96691B is #6996E4. Grayscale: #6D6D6D. Windows color (decimal): -6919909 or 1796502. OLE color: 1796502.
HSL color Cylindrical-coordinate representation of color #96691B: hue angle of 38.05º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #96691B is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 105 | 27 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.41 |
| HSL | 38.05º | 0.69% | 0.35% | - |
| HSV(B) | 38.05º | 0.82% | 0.59% | - |
| XYZ | 17.83 | 16.67 | 3.31 | - |
| YUV | 109.56 | 81.41 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 105 | 27 | 0 | 0.30 | 0.82 | 0.41 | 38.05 | 0.69 | 0.35 |
| Hex | 96 | 69 | 1B | 0 | 1E | 52 | 29 | 26 | 45 | 23 |
| Octal | 226 | 151 | 33 | 0 | 36 | 122 | 51 | 46 | 105 | 43 |
| Binary | 10010110 | 1101001 | 11011 | 0 | 11110 | 1010010 | 101001 | 100110 | 1000101 | 100011 |
Color Harmonies of #96691B
Complementary color
Monochromatic Colors of #96691B
Black with #96691B
Text Example
Text Example
White with #96691B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96691B; }
p { color: rgb(150,105,27); }
H1.HeaderClassName
{
color: #96691B;
}
.AnyTagClassName
{
color: #96691B;
}
</style>
background-color css
<style>
a { background-color: #96691B; }
a { background-color: rgb(150,105,27); }
div.DivClassName
{
background-color: #96691B;
}
.BgClassName
{
background-color: #96691B;
}
</style>
border-color css
<style>
span { border-color: #96691B; }
span { border-color: rgb(150,105,27); }
td.TdClassName
{
border-color: #96691B;
}
.TagClassName
{
border-color: #96691B;
}
</style>