Shades of Dark Goldenrod #C6750A
Tints of Dark Goldenrod #C6750A
RGB
CMYK
RGB Variations
Color information
#C6750A (or 0xC6750A) is known color: Dark Goldenrod. HEX triplet: C6, 75 and 0A. RGB value is (198,117,10). Sum of RGB (Red+Green+Blue) = 198+117+10=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 10 (4.30% from 255 or 3.08% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C6750A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6750A is #398AF5. Grayscale: #818181. Windows color (decimal): -3771126 or 685510. OLE color: 685510.
HSL color Cylindrical-coordinate representation of color #C6750A: hue angle of 34.15º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C6750A is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 117 | 10 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.22 |
| HSL | 34.15º | 0.9% | 0.41% | - |
| HSV(B) | 34.15º | 0.95% | 0.78% | - |
| XYZ | 29.7 | 24.75 | 3.5 | - |
| YUV | 129.02 | 60.84 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 10 | 0 | 0.41 | 0.95 | 0.22 | 34.15 | 0.9 | 0.41 |
| Hex | C6 | 75 | A | 0 | 29 | 5F | 16 | 22 | 5A | 29 |
| Octal | 306 | 165 | 12 | 0 | 51 | 137 | 26 | 42 | 132 | 51 |
| Binary | 11000110 | 1110101 | 1010 | 0 | 101001 | 1011111 | 10110 | 100010 | 1011010 | 101001 |
Color Harmonies of #C6750A
Complementary color
Monochromatic Colors of #C6750A
Black with #C6750A
Text Example
Text Example
White with #C6750A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6750A; }
p { color: rgb(198,117,10); }
H1.HeaderClassName
{
color: #C6750A;
}
.AnyTagClassName
{
color: #C6750A;
}
</style>
background-color css
<style>
a { background-color: #C6750A; }
a { background-color: rgb(198,117,10); }
div.DivClassName
{
background-color: #C6750A;
}
.BgClassName
{
background-color: #C6750A;
}
</style>
border-color css
<style>
span { border-color: #C6750A; }
span { border-color: rgb(198,117,10); }
td.TdClassName
{
border-color: #C6750A;
}
.TagClassName
{
border-color: #C6750A;
}
</style>