Shades of Dark Goldenrod #C68608
Tints of Dark Goldenrod #C68608
RGB
CMYK
RGB Variations
Color information
#C68608 (or 0xC68608) is known color: Dark Goldenrod. HEX triplet: C6, 86 and 08. RGB value is (198,134,8). Sum of RGB (Red+Green+Blue) = 198+134+8=340 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.24% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 8 (3.52% from 255 or 2.35% from 340); Max value from RGB is 198 - color contains mainly: red. Hex color #C68608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68608 is #3979F7. Grayscale: #8B8B8B. Windows color (decimal): -3766776 or 558790. OLE color: 558790.
HSL color Cylindrical-coordinate representation of color #C68608: hue angle of 39.79º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C68608 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 134 | 8 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.22 |
| HSL | 39.79º | 0.92% | 0.4% | - |
| HSV(B) | 39.79º | 0.96% | 0.78% | - |
| XYZ | 31.86 | 29.07 | 4.16 | - |
| YUV | 138.77 | 54.2 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 8 | 0 | 0.32 | 0.96 | 0.22 | 39.79 | 0.92 | 0.4 |
| Hex | C6 | 86 | 8 | 0 | 20 | 60 | 16 | 28 | 5C | 28 |
| Octal | 306 | 206 | 10 | 0 | 40 | 140 | 26 | 50 | 134 | 50 |
| Binary | 11000110 | 10000110 | 1000 | 0 | 100000 | 1100000 | 10110 | 101000 | 1011100 | 101000 |
Color Harmonies of #C68608
Complementary color
Monochromatic Colors of #C68608
Black with #C68608
Text Example
Text Example
White with #C68608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68608; }
p { color: rgb(198,134,8); }
H1.HeaderClassName
{
color: #C68608;
}
.AnyTagClassName
{
color: #C68608;
}
</style>
background-color css
<style>
a { background-color: #C68608; }
a { background-color: rgb(198,134,8); }
div.DivClassName
{
background-color: #C68608;
}
.BgClassName
{
background-color: #C68608;
}
</style>
border-color css
<style>
span { border-color: #C68608; }
span { border-color: rgb(198,134,8); }
td.TdClassName
{
border-color: #C68608;
}
.TagClassName
{
border-color: #C68608;
}
</style>