Shades of Dark Goldenrod #C68617
Tints of Dark Goldenrod #C68617
RGB
CMYK
RGB Variations
Color information
#C68617 (or 0xC68617) is known color: Dark Goldenrod. HEX triplet: C6, 86 and 17. RGB value is (198,134,23). Sum of RGB (Red+Green+Blue) = 198+134+23=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 23 (9.38% from 255 or 6.48% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C68617 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68617 is #3979E8. Grayscale: #8C8C8C. Windows color (decimal): -3766761 or 1541830. OLE color: 1541830.
HSL color Cylindrical-coordinate representation of color #C68617: hue angle of 38.06º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C68617 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 134 | 23 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.22 |
| HSL | 38.06º | 0.79% | 0.43% | - |
| HSV(B) | 38.06º | 0.88% | 0.78% | - |
| XYZ | 31.97 | 29.12 | 4.75 | - |
| YUV | 140.48 | 61.7 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 23 | 0 | 0.32 | 0.88 | 0.22 | 38.06 | 0.79 | 0.43 |
| Hex | C6 | 86 | 17 | 0 | 20 | 58 | 16 | 26 | 4F | 2B |
| Octal | 306 | 206 | 27 | 0 | 40 | 130 | 26 | 46 | 117 | 53 |
| Binary | 11000110 | 10000110 | 10111 | 0 | 100000 | 1011000 | 10110 | 100110 | 1001111 | 101011 |
Color Harmonies of #C68617
Complementary color
Monochromatic Colors of #C68617
Black with #C68617
Text Example
Text Example
White with #C68617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68617; }
p { color: rgb(198,134,23); }
H1.HeaderClassName
{
color: #C68617;
}
.AnyTagClassName
{
color: #C68617;
}
</style>
background-color css
<style>
a { background-color: #C68617; }
a { background-color: rgb(198,134,23); }
div.DivClassName
{
background-color: #C68617;
}
.BgClassName
{
background-color: #C68617;
}
</style>
border-color css
<style>
span { border-color: #C68617; }
span { border-color: rgb(198,134,23); }
td.TdClassName
{
border-color: #C68617;
}
.TagClassName
{
border-color: #C68617;
}
</style>