Shades of Golden Brown #95640F
Tints of Golden Brown #95640F
RGB
CMYK
RGB Variations
Color information
#95640F (or 0x95640F) is known color: Golden Brown. HEX triplet: 95, 64 and 0F. RGB value is (149,100,15). Sum of RGB (Red+Green+Blue) = 149+100+15=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 100 (39.45% from 255 or 37.88% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #95640F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95640F is #6A9BF0. Grayscale: #696969. Windows color (decimal): -6986737 or 1008789. OLE color: 1008789.
HSL color Cylindrical-coordinate representation of color #95640F: hue angle of 38.06º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #95640F is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 100 | 15 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.42 |
| HSL | 38.06º | 0.82% | 0.32% | - |
| HSV(B) | 38.06º | 0.9% | 0.58% | - |
| XYZ | 17.04 | 15.54 | 2.55 | - |
| YUV | 104.96 | 77.23 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 100 | 15 | 0 | 0.33 | 0.90 | 0.42 | 38.06 | 0.82 | 0.32 |
| Hex | 95 | 64 | F | 0 | 21 | 5A | 2A | 26 | 52 | 20 |
| Octal | 225 | 144 | 17 | 0 | 41 | 132 | 52 | 46 | 122 | 40 |
| Binary | 10010101 | 1100100 | 1111 | 0 | 100001 | 1011010 | 101010 | 100110 | 1010010 | 100000 |
Color Harmonies of #95640F
Complementary color
Monochromatic Colors of #95640F
Black with #95640F
Text Example
Text Example
White with #95640F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95640F; }
p { color: rgb(149,100,15); }
H1.HeaderClassName
{
color: #95640F;
}
.AnyTagClassName
{
color: #95640F;
}
</style>
background-color css
<style>
a { background-color: #95640F; }
a { background-color: rgb(149,100,15); }
div.DivClassName
{
background-color: #95640F;
}
.BgClassName
{
background-color: #95640F;
}
</style>
border-color css
<style>
span { border-color: #95640F; }
span { border-color: rgb(149,100,15); }
td.TdClassName
{
border-color: #95640F;
}
.TagClassName
{
border-color: #95640F;
}
</style>