Shades of Golden Brown #96651B
Tints of Golden Brown #96651B
RGB
CMYK
RGB Variations
Color information
#96651B (or 0x96651B) is known color: Golden Brown. HEX triplet: 96, 65 and 1B. RGB value is (150,101,27). Sum of RGB (Red+Green+Blue) = 150+101+27=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #96651B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96651B is #699AE4. Grayscale: #6B6B6B. Windows color (decimal): -6920933 or 1795478. OLE color: 1795478.
HSL color Cylindrical-coordinate representation of color #96651B: hue angle of 36.1º 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 #96651B is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 101 | 27 | - |
| CMYK | 0 | 0.33 | 0.82 | 0.41 |
| HSL | 36.1º | 0.69% | 0.35% | - |
| HSV(B) | 36.1º | 0.82% | 0.59% | - |
| XYZ | 17.43 | 15.87 | 3.18 | - |
| YUV | 107.22 | 82.73 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 101 | 27 | 0 | 0.33 | 0.82 | 0.41 | 36.1 | 0.69 | 0.35 |
| Hex | 96 | 65 | 1B | 0 | 21 | 52 | 29 | 24 | 45 | 23 |
| Octal | 226 | 145 | 33 | 0 | 41 | 122 | 51 | 44 | 105 | 43 |
| Binary | 10010110 | 1100101 | 11011 | 0 | 100001 | 1010010 | 101001 | 100100 | 1000101 | 100011 |
Color Harmonies of #96651B
Complementary color
Monochromatic Colors of #96651B
Black with #96651B
Text Example
Text Example
White with #96651B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96651B; }
p { color: rgb(150,101,27); }
H1.HeaderClassName
{
color: #96651B;
}
.AnyTagClassName
{
color: #96651B;
}
</style>
background-color css
<style>
a { background-color: #96651B; }
a { background-color: rgb(150,101,27); }
div.DivClassName
{
background-color: #96651B;
}
.BgClassName
{
background-color: #96651B;
}
</style>
border-color css
<style>
span { border-color: #96651B; }
span { border-color: rgb(150,101,27); }
td.TdClassName
{
border-color: #96651B;
}
.TagClassName
{
border-color: #96651B;
}
</style>