Shades of Sundance #C6A73F
Tints of Sundance #C6A73F
RGB
CMYK
RGB Variations
Color information
#C6A73F (or 0xC6A73F) is known color: Sundance. HEX triplet: C6, A7 and 3F. RGB value is (198,167,63). Sum of RGB (Red+Green+Blue) = 198+167+63=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 63 (25% from 255 or 14.72% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A73F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A73F is #3958C0. Grayscale: #A4A4A4. Windows color (decimal): -3758273 or 4171718. OLE color: 4171718.
HSL color Cylindrical-coordinate representation of color #C6A73F: hue angle of 46.22º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6A73F is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 167 | 63 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.22 |
| HSL | 46.22º | 0.54% | 0.51% | - |
| HSV(B) | 46.22º | 0.68% | 0.78% | - |
| XYZ | 38 | 40 | 10.42 | - |
| YUV | 164.41 | 70.77 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 167 | 63 | 0 | 0.16 | 0.68 | 0.22 | 46.22 | 0.54 | 0.51 |
| Hex | C6 | A7 | 3F | 0 | 10 | 44 | 16 | 2E | 36 | 33 |
| Octal | 306 | 247 | 77 | 0 | 20 | 104 | 26 | 56 | 66 | 63 |
| Binary | 11000110 | 10100111 | 111111 | 0 | 10000 | 1000100 | 10110 | 101110 | 110110 | 110011 |
Color Harmonies of #C6A73F
Complementary color
Monochromatic Colors of #C6A73F
Black with #C6A73F
Text Example
Text Example
White with #C6A73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A73F; }
p { color: rgb(198,167,63); }
H1.HeaderClassName
{
color: #C6A73F;
}
.AnyTagClassName
{
color: #C6A73F;
}
</style>
background-color css
<style>
a { background-color: #C6A73F; }
a { background-color: rgb(198,167,63); }
div.DivClassName
{
background-color: #C6A73F;
}
.BgClassName
{
background-color: #C6A73F;
}
</style>
border-color css
<style>
span { border-color: #C6A73F; }
span { border-color: rgb(198,167,63); }
td.TdClassName
{
border-color: #C6A73F;
}
.TagClassName
{
border-color: #C6A73F;
}
</style>