Shades of Golden Brown #96671B
Tints of Golden Brown #96671B
RGB
CMYK
RGB Variations
Color information
#96671B (or 0x96671B) is known color: Golden Brown. HEX triplet: 96, 67 and 1B. RGB value is (150,103,27). Sum of RGB (Red+Green+Blue) = 150+103+27=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #96671B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96671B is #6998E4. Grayscale: #6C6C6C. Windows color (decimal): -6920421 or 1795990. OLE color: 1795990.
HSL color Cylindrical-coordinate representation of color #96671B: hue angle of 37.07º 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 #96671B is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 103 | 27 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.41 |
| HSL | 37.07º | 0.69% | 0.35% | - |
| HSV(B) | 37.07º | 0.82% | 0.59% | - |
| XYZ | 17.63 | 16.26 | 3.25 | - |
| YUV | 108.39 | 82.07 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 103 | 27 | 0 | 0.31 | 0.82 | 0.41 | 37.07 | 0.69 | 0.35 |
| Hex | 96 | 67 | 1B | 0 | 1F | 52 | 29 | 25 | 45 | 23 |
| Octal | 226 | 147 | 33 | 0 | 37 | 122 | 51 | 45 | 105 | 43 |
| Binary | 10010110 | 1100111 | 11011 | 0 | 11111 | 1010010 | 101001 | 100101 | 1000101 | 100011 |
Color Harmonies of #96671B
Complementary color
Monochromatic Colors of #96671B
Black with #96671B
Text Example
Text Example
White with #96671B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96671B; }
p { color: rgb(150,103,27); }
H1.HeaderClassName
{
color: #96671B;
}
.AnyTagClassName
{
color: #96671B;
}
</style>
background-color css
<style>
a { background-color: #96671B; }
a { background-color: rgb(150,103,27); }
div.DivClassName
{
background-color: #96671B;
}
.BgClassName
{
background-color: #96671B;
}
</style>
border-color css
<style>
span { border-color: #96671B; }
span { border-color: rgb(150,103,27); }
td.TdClassName
{
border-color: #96671B;
}
.TagClassName
{
border-color: #96671B;
}
</style>