Shades of Golden Brown #95661B
Tints of Golden Brown #95661B
RGB
CMYK
RGB Variations
Color information
#95661B (or 0x95661B) is known color: Golden Brown. HEX triplet: 95, 66 and 1B. RGB value is (149,102,27). Sum of RGB (Red+Green+Blue) = 149+102+27=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #95661B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95661B is #6A99E4. Grayscale: #6B6B6B. Windows color (decimal): -6986213 or 1795733. OLE color: 1795733.
HSL color Cylindrical-coordinate representation of color #95661B: hue angle of 36.89º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #95661B is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 102 | 27 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.42 |
| HSL | 36.89º | 0.69% | 0.35% | - |
| HSV(B) | 36.89º | 0.82% | 0.58% | - |
| XYZ | 17.34 | 15.97 | 3.21 | - |
| YUV | 107.5 | 82.57 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 102 | 27 | 0 | 0.32 | 0.82 | 0.42 | 36.89 | 0.69 | 0.35 |
| Hex | 95 | 66 | 1B | 0 | 20 | 52 | 2A | 25 | 45 | 23 |
| Octal | 225 | 146 | 33 | 0 | 40 | 122 | 52 | 45 | 105 | 43 |
| Binary | 10010101 | 1100110 | 11011 | 0 | 100000 | 1010010 | 101010 | 100101 | 1000101 | 100011 |
Color Harmonies of #95661B
Complementary color
Monochromatic Colors of #95661B
Black with #95661B
Text Example
Text Example
White with #95661B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95661B; }
p { color: rgb(149,102,27); }
H1.HeaderClassName
{
color: #95661B;
}
.AnyTagClassName
{
color: #95661B;
}
</style>
background-color css
<style>
a { background-color: #95661B; }
a { background-color: rgb(149,102,27); }
div.DivClassName
{
background-color: #95661B;
}
.BgClassName
{
background-color: #95661B;
}
</style>
border-color css
<style>
span { border-color: #95661B; }
span { border-color: rgb(149,102,27); }
td.TdClassName
{
border-color: #95661B;
}
.TagClassName
{
border-color: #95661B;
}
</style>