Shades of Golden Brown #95630F
Tints of Golden Brown #95630F
RGB
CMYK
RGB Variations
Color information
#95630F (or 0x95630F) is known color: Golden Brown. HEX triplet: 95, 63 and 0F. RGB value is (149,99,15). Sum of RGB (Red+Green+Blue) = 149+99+15=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #95630F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95630F is #6A9CF0. Grayscale: #686868. Windows color (decimal): -6986993 or 1008533. OLE color: 1008533.
HSL color Cylindrical-coordinate representation of color #95630F: hue angle of 37.61º 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 #95630F is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 99 | 15 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.42 |
| HSL | 37.61º | 0.82% | 0.32% | - |
| HSV(B) | 37.61º | 0.9% | 0.58% | - |
| XYZ | 16.94 | 15.35 | 2.52 | - |
| YUV | 104.37 | 77.57 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 99 | 15 | 0 | 0.34 | 0.90 | 0.42 | 37.61 | 0.82 | 0.32 |
| Hex | 95 | 63 | F | 0 | 22 | 5A | 2A | 26 | 52 | 20 |
| Octal | 225 | 143 | 17 | 0 | 42 | 132 | 52 | 46 | 122 | 40 |
| Binary | 10010101 | 1100011 | 1111 | 0 | 100010 | 1011010 | 101010 | 100110 | 1010010 | 100000 |
Color Harmonies of #95630F
Complementary color
Monochromatic Colors of #95630F
Black with #95630F
Text Example
Text Example
White with #95630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95630F; }
p { color: rgb(149,99,15); }
H1.HeaderClassName
{
color: #95630F;
}
.AnyTagClassName
{
color: #95630F;
}
</style>
background-color css
<style>
a { background-color: #95630F; }
a { background-color: rgb(149,99,15); }
div.DivClassName
{
background-color: #95630F;
}
.BgClassName
{
background-color: #95630F;
}
</style>
border-color css
<style>
span { border-color: #95630F; }
span { border-color: rgb(149,99,15); }
td.TdClassName
{
border-color: #95630F;
}
.TagClassName
{
border-color: #95630F;
}
</style>