Shades of Golden Brown #8C6507
Tints of Golden Brown #8C6507
RGB
CMYK
RGB Variations
Color information
#8C6507 (or 0x8C6507) is known color: Golden Brown. HEX triplet: 8C, 65 and 07. RGB value is (140,101,7). Sum of RGB (Red+Green+Blue) = 140+101+7=248 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.45% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 7 (3.12% from 255 or 2.82% from 248); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6507 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6507 is #739AF8. Grayscale: #666666. Windows color (decimal): -7576313 or 484748. OLE color: 484748.
HSL color Cylindrical-coordinate representation of color #8C6507: hue angle of 42.41º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C6507 is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 101 | 7 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.45 |
| HSL | 42.41º | 0.9% | 0.29% | - |
| HSV(B) | 42.41º | 0.95% | 0.55% | - |
| XYZ | 15.51 | 14.9 | 2.26 | - |
| YUV | 101.95 | 74.42 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 101 | 7 | 0 | 0.28 | 0.95 | 0.45 | 42.41 | 0.9 | 0.29 |
| Hex | 8C | 65 | 7 | 0 | 1C | 5F | 2D | 2A | 5A | 1D |
| Octal | 214 | 145 | 7 | 0 | 34 | 137 | 55 | 52 | 132 | 35 |
| Binary | 10001100 | 1100101 | 111 | 0 | 11100 | 1011111 | 101101 | 101010 | 1011010 | 11101 |
Color Harmonies of #8C6507
Complementary color
Monochromatic Colors of #8C6507
Black with #8C6507
Text Example
Text Example
White with #8C6507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6507; }
p { color: rgb(140,101,7); }
H1.HeaderClassName
{
color: #8C6507;
}
.AnyTagClassName
{
color: #8C6507;
}
</style>
background-color css
<style>
a { background-color: #8C6507; }
a { background-color: rgb(140,101,7); }
div.DivClassName
{
background-color: #8C6507;
}
.BgClassName
{
background-color: #8C6507;
}
</style>
border-color css
<style>
span { border-color: #8C6507; }
span { border-color: rgb(140,101,7); }
td.TdClassName
{
border-color: #8C6507;
}
.TagClassName
{
border-color: #8C6507;
}
</style>