Shades of Sundance #C6A64A
Tints of Sundance #C6A64A
RGB
CMYK
RGB Variations
Color information
#C6A64A (or 0xC6A64A) is known color: Sundance. HEX triplet: C6, A6 and 4A. RGB value is (198,166,74). Sum of RGB (Red+Green+Blue) = 198+166+74=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A64A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A64A is #3959B5. Grayscale: #A5A5A5. Windows color (decimal): -3758518 or 4892358. OLE color: 4892358.
HSL color Cylindrical-coordinate representation of color #C6A64A: hue angle of 44.52º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6A64A is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 166 | 74 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.22 |
| HSL | 44.52º | 0.52% | 0.53% | - |
| HSV(B) | 44.52º | 0.63% | 0.78% | - |
| XYZ | 38.16 | 39.77 | 12.14 | - |
| YUV | 165.08 | 76.6 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 166 | 74 | 0 | 0.16 | 0.63 | 0.22 | 44.52 | 0.52 | 0.53 |
| Hex | C6 | A6 | 4A | 0 | 10 | 3F | 16 | 2D | 34 | 35 |
| Octal | 306 | 246 | 112 | 0 | 20 | 77 | 26 | 55 | 64 | 65 |
| Binary | 11000110 | 10100110 | 1001010 | 0 | 10000 | 111111 | 10110 | 101101 | 110100 | 110101 |
Color Harmonies of #C6A64A
Complementary color
Monochromatic Colors of #C6A64A
Black with #C6A64A
Text Example
Text Example
White with #C6A64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A64A; }
p { color: rgb(198,166,74); }
H1.HeaderClassName
{
color: #C6A64A;
}
.AnyTagClassName
{
color: #C6A64A;
}
</style>
background-color css
<style>
a { background-color: #C6A64A; }
a { background-color: rgb(198,166,74); }
div.DivClassName
{
background-color: #C6A64A;
}
.BgClassName
{
background-color: #C6A64A;
}
</style>
border-color css
<style>
span { border-color: #C6A64A; }
span { border-color: rgb(198,166,74); }
td.TdClassName
{
border-color: #C6A64A;
}
.TagClassName
{
border-color: #C6A64A;
}
</style>