Shades of Golden Brown #935C06
Tints of Golden Brown #935C06
RGB
CMYK
RGB Variations
Color information
#935C06 (or 0x935C06) is known color: Golden Brown. HEX triplet: 93, 5C and 06. RGB value is (147,92,6). Sum of RGB (Red+Green+Blue) = 147+92+6=245 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 147 - color contains mainly: red. Hex color #935C06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935C06 is #6CA3F9. Grayscale: #636363. Windows color (decimal): -7119866 or 416915. OLE color: 416915.
HSL color Cylindrical-coordinate representation of color #935C06: hue angle of 36.6º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #935C06 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 92 | 6 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.42 |
| HSL | 36.6º | 0.92% | 0.3% | - |
| HSV(B) | 36.6º | 0.96% | 0.58% | - |
| XYZ | 15.89 | 13.87 | 2.01 | - |
| YUV | 98.64 | 75.72 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 92 | 6 | 0 | 0.37 | 0.96 | 0.42 | 36.6 | 0.92 | 0.3 |
| Hex | 93 | 5C | 6 | 0 | 25 | 60 | 2A | 25 | 5C | 1E |
| Octal | 223 | 134 | 6 | 0 | 45 | 140 | 52 | 45 | 134 | 36 |
| Binary | 10010011 | 1011100 | 110 | 0 | 100101 | 1100000 | 101010 | 100101 | 1011100 | 11110 |
Color Harmonies of #935C06
Complementary color
Monochromatic Colors of #935C06
Black with #935C06
Text Example
Text Example
White with #935C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935C06; }
p { color: rgb(147,92,6); }
H1.HeaderClassName
{
color: #935C06;
}
.AnyTagClassName
{
color: #935C06;
}
</style>
background-color css
<style>
a { background-color: #935C06; }
a { background-color: rgb(147,92,6); }
div.DivClassName
{
background-color: #935C06;
}
.BgClassName
{
background-color: #935C06;
}
</style>
border-color css
<style>
span { border-color: #935C06; }
span { border-color: rgb(147,92,6); }
td.TdClassName
{
border-color: #935C06;
}
.TagClassName
{
border-color: #935C06;
}
</style>