Shades of Dark Goldenrod #C68619
Tints of Dark Goldenrod #C68619
RGB
CMYK
RGB Variations
Color information
#C68619 (or 0xC68619) is known color: Dark Goldenrod. HEX triplet: C6, 86 and 19. RGB value is (198,134,25). Sum of RGB (Red+Green+Blue) = 198+134+25=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 25 (10.16% from 255 or 7.00% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C68619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68619 is #3979E6. Grayscale: #8D8D8D. Windows color (decimal): -3766759 or 1672902. OLE color: 1672902.
HSL color Cylindrical-coordinate representation of color #C68619: hue angle of 37.8º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C68619 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 134 | 25 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.22 |
| HSL | 37.8º | 0.78% | 0.44% | - |
| HSV(B) | 37.8º | 0.87% | 0.78% | - |
| XYZ | 31.99 | 29.13 | 4.86 | - |
| YUV | 140.71 | 62.7 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 25 | 0 | 0.32 | 0.87 | 0.22 | 37.8 | 0.78 | 0.44 |
| Hex | C6 | 86 | 19 | 0 | 20 | 57 | 16 | 26 | 4E | 2C |
| Octal | 306 | 206 | 31 | 0 | 40 | 127 | 26 | 46 | 116 | 54 |
| Binary | 11000110 | 10000110 | 11001 | 0 | 100000 | 1010111 | 10110 | 100110 | 1001110 | 101100 |
Color Harmonies of #C68619
Complementary color
Monochromatic Colors of #C68619
Black with #C68619
Text Example
Text Example
White with #C68619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68619; }
p { color: rgb(198,134,25); }
H1.HeaderClassName
{
color: #C68619;
}
.AnyTagClassName
{
color: #C68619;
}
</style>
background-color css
<style>
a { background-color: #C68619; }
a { background-color: rgb(198,134,25); }
div.DivClassName
{
background-color: #C68619;
}
.BgClassName
{
background-color: #C68619;
}
</style>
border-color css
<style>
span { border-color: #C68619; }
span { border-color: rgb(198,134,25); }
td.TdClassName
{
border-color: #C68619;
}
.TagClassName
{
border-color: #C68619;
}
</style>