Shades of Golden Brown #88660C
Tints of Golden Brown #88660C
RGB
CMYK
RGB Variations
Color information
#88660C (or 0x88660C) is known color: Golden Brown. HEX triplet: 88, 66 and 0C. RGB value is (136,102,12). Sum of RGB (Red+Green+Blue) = 136+102+12=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #88660C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88660C is #7799F3. Grayscale: #666666. Windows color (decimal): -7838196 or 812680. OLE color: 812680.
HSL color Cylindrical-coordinate representation of color #88660C: hue angle of 43.55º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #88660C is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 102 | 12 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.47 |
| HSL | 43.55º | 0.84% | 0.29% | - |
| HSV(B) | 43.55º | 0.91% | 0.53% | - |
| XYZ | 14.97 | 14.76 | 2.41 | - |
| YUV | 101.91 | 77.26 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 102 | 12 | 0 | 0.25 | 0.91 | 0.47 | 43.55 | 0.84 | 0.29 |
| Hex | 88 | 66 | C | 0 | 19 | 5B | 2F | 2C | 54 | 1D |
| Octal | 210 | 146 | 14 | 0 | 31 | 133 | 57 | 54 | 124 | 35 |
| Binary | 10001000 | 1100110 | 1100 | 0 | 11001 | 1011011 | 101111 | 101100 | 1010100 | 11101 |
Color Harmonies of #88660C
Complementary color
Monochromatic Colors of #88660C
Black with #88660C
Text Example
Text Example
White with #88660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88660C; }
p { color: rgb(136,102,12); }
H1.HeaderClassName
{
color: #88660C;
}
.AnyTagClassName
{
color: #88660C;
}
</style>
background-color css
<style>
a { background-color: #88660C; }
a { background-color: rgb(136,102,12); }
div.DivClassName
{
background-color: #88660C;
}
.BgClassName
{
background-color: #88660C;
}
</style>
border-color css
<style>
span { border-color: #88660C; }
span { border-color: rgb(136,102,12); }
td.TdClassName
{
border-color: #88660C;
}
.TagClassName
{
border-color: #88660C;
}
</style>