Shades of Golden Brown #95650F
Tints of Golden Brown #95650F
RGB
CMYK
RGB Variations
Color information
#95650F (or 0x95650F) is known color: Golden Brown. HEX triplet: 95, 65 and 0F. RGB value is (149,101,15). Sum of RGB (Red+Green+Blue) = 149+101+15=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 101 (39.84% from 255 or 38.11% from 265); Blue value is 15 (6.25% from 255 or 5.66% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #95650F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95650F is #6A9AF0. Grayscale: #696969. Windows color (decimal): -6986481 or 1009045. OLE color: 1009045.
HSL color Cylindrical-coordinate representation of color #95650F: hue angle of 38.51º 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 #95650F is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 101 | 15 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.42 |
| HSL | 38.51º | 0.82% | 0.32% | - |
| HSV(B) | 38.51º | 0.9% | 0.58% | - |
| XYZ | 17.13 | 15.73 | 2.59 | - |
| YUV | 105.55 | 76.9 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 101 | 15 | 0 | 0.32 | 0.90 | 0.42 | 38.51 | 0.82 | 0.32 |
| Hex | 95 | 65 | F | 0 | 20 | 5A | 2A | 27 | 52 | 20 |
| Octal | 225 | 145 | 17 | 0 | 40 | 132 | 52 | 47 | 122 | 40 |
| Binary | 10010101 | 1100101 | 1111 | 0 | 100000 | 1011010 | 101010 | 100111 | 1010010 | 100000 |
Color Harmonies of #95650F
Complementary color
Monochromatic Colors of #95650F
Black with #95650F
Text Example
Text Example
White with #95650F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95650F; }
p { color: rgb(149,101,15); }
H1.HeaderClassName
{
color: #95650F;
}
.AnyTagClassName
{
color: #95650F;
}
</style>
background-color css
<style>
a { background-color: #95650F; }
a { background-color: rgb(149,101,15); }
div.DivClassName
{
background-color: #95650F;
}
.BgClassName
{
background-color: #95650F;
}
</style>
border-color css
<style>
span { border-color: #95650F; }
span { border-color: rgb(149,101,15); }
td.TdClassName
{
border-color: #95650F;
}
.TagClassName
{
border-color: #95650F;
}
</style>