Shades of Golden Brown #95640D
Tints of Golden Brown #95640D
RGB
CMYK
RGB Variations
Color information
#95640D (or 0x95640D) is known color: Golden Brown. HEX triplet: 95, 64 and 0D. RGB value is (149,100,13). Sum of RGB (Red+Green+Blue) = 149+100+13=262 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.87% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 149 - color contains mainly: red. Hex color #95640D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95640D is #6A9BF2. Grayscale: #696969. Windows color (decimal): -6986739 or 877717. OLE color: 877717.
HSL color Cylindrical-coordinate representation of color #95640D: hue angle of 38.38º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #95640D is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 100 | 13 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.42 |
| HSL | 38.38º | 0.84% | 0.32% | - |
| HSV(B) | 38.38º | 0.91% | 0.58% | - |
| XYZ | 17.02 | 15.53 | 2.48 | - |
| YUV | 104.73 | 76.23 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 100 | 13 | 0 | 0.33 | 0.91 | 0.42 | 38.38 | 0.84 | 0.32 |
| Hex | 95 | 64 | D | 0 | 21 | 5B | 2A | 26 | 54 | 20 |
| Octal | 225 | 144 | 15 | 0 | 41 | 133 | 52 | 46 | 124 | 40 |
| Binary | 10010101 | 1100100 | 1101 | 0 | 100001 | 1011011 | 101010 | 100110 | 1010100 | 100000 |
Color Harmonies of #95640D
Complementary color
Monochromatic Colors of #95640D
Black with #95640D
Text Example
Text Example
White with #95640D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95640D; }
p { color: rgb(149,100,13); }
H1.HeaderClassName
{
color: #95640D;
}
.AnyTagClassName
{
color: #95640D;
}
</style>
background-color css
<style>
a { background-color: #95640D; }
a { background-color: rgb(149,100,13); }
div.DivClassName
{
background-color: #95640D;
}
.BgClassName
{
background-color: #95640D;
}
</style>
border-color css
<style>
span { border-color: #95640D; }
span { border-color: rgb(149,100,13); }
td.TdClassName
{
border-color: #95640D;
}
.TagClassName
{
border-color: #95640D;
}
</style>