Shades of Dark Goldenrod #C6790C
Tints of Dark Goldenrod #C6790C
RGB
CMYK
RGB Variations
Color information
#C6790C (or 0xC6790C) is known color: Dark Goldenrod. HEX triplet: C6, 79 and 0C. RGB value is (198,121,12). Sum of RGB (Red+Green+Blue) = 198+121+12=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C6790C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6790C is #3986F3. Grayscale: #848484. Windows color (decimal): -3770100 or 817606. OLE color: 817606.
HSL color Cylindrical-coordinate representation of color #C6790C: hue angle of 35.16º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6790C is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 121 | 12 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.22 |
| HSL | 35.16º | 0.89% | 0.41% | - |
| HSV(B) | 35.16º | 0.94% | 0.78% | - |
| XYZ | 30.19 | 25.71 | 3.72 | - |
| YUV | 131.6 | 60.51 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 121 | 12 | 0 | 0.39 | 0.94 | 0.22 | 35.16 | 0.89 | 0.41 |
| Hex | C6 | 79 | C | 0 | 27 | 5E | 16 | 23 | 59 | 29 |
| Octal | 306 | 171 | 14 | 0 | 47 | 136 | 26 | 43 | 131 | 51 |
| Binary | 11000110 | 1111001 | 1100 | 0 | 100111 | 1011110 | 10110 | 100011 | 1011001 | 101001 |
Color Harmonies of #C6790C
Complementary color
Monochromatic Colors of #C6790C
Black with #C6790C
Text Example
Text Example
White with #C6790C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6790C; }
p { color: rgb(198,121,12); }
H1.HeaderClassName
{
color: #C6790C;
}
.AnyTagClassName
{
color: #C6790C;
}
</style>
background-color css
<style>
a { background-color: #C6790C; }
a { background-color: rgb(198,121,12); }
div.DivClassName
{
background-color: #C6790C;
}
.BgClassName
{
background-color: #C6790C;
}
</style>
border-color css
<style>
span { border-color: #C6790C; }
span { border-color: rgb(198,121,12); }
td.TdClassName
{
border-color: #C6790C;
}
.TagClassName
{
border-color: #C6790C;
}
</style>