Shades of Golden Brown #926C00
Tints of Golden Brown #926C00
RGB
CMYK
RGB Variations
Color information
#926C00 (or 0x926C00) is known color: Golden Brown. HEX triplet: 92, 6C and 00. RGB value is (146,108,0). Sum of RGB (Red+Green+Blue) = 146+108+0=254 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.48% from 254); Green value is 108 (42.58% from 255 or 42.52% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 146 - color contains mainly: red. Hex color #926C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926C00 is #6D93FF. Grayscale: #6B6B6B. Windows color (decimal): -7181312 or 27794. OLE color: 27794.
HSL color Cylindrical-coordinate representation of color #926C00: hue angle of 44.38º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #926C00 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 108 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.43 |
| HSL | 44.38º | 1% | 0.29% | - |
| HSV(B) | 44.38º | 1% | 0.57% | - |
| XYZ | 17.22 | 16.84 | 2.34 | - |
| YUV | 107.05 | 67.59 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 108 | 0 | 0 | 0.26 | 1 | 0.43 | 44.38 | 1 | 0.29 |
| Hex | 92 | 6C | 0 | 0 | 1A | 64 | 2B | 2C | 64 | 1D |
| Octal | 222 | 154 | 0 | 0 | 32 | 144 | 53 | 54 | 144 | 35 |
| Binary | 10010010 | 1101100 | 0 | 0 | 11010 | 1100100 | 101011 | 101100 | 1100100 | 11101 |
Color Harmonies of #926C00
Complementary color
Monochromatic Colors of #926C00
Black with #926C00
Text Example
Text Example
White with #926C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926C00; }
p { color: rgb(146,108,0); }
H1.HeaderClassName
{
color: #926C00;
}
.AnyTagClassName
{
color: #926C00;
}
</style>
background-color css
<style>
a { background-color: #926C00; }
a { background-color: rgb(146,108,0); }
div.DivClassName
{
background-color: #926C00;
}
.BgClassName
{
background-color: #926C00;
}
</style>
border-color css
<style>
span { border-color: #926C00; }
span { border-color: rgb(146,108,0); }
td.TdClassName
{
border-color: #926C00;
}
.TagClassName
{
border-color: #926C00;
}
</style>