Shades of Sundance #C6A64B
Tints of Sundance #C6A64B
RGB
CMYK
RGB Variations
Color information
#C6A64B (or 0xC6A64B) is known color: Sundance. HEX triplet: C6, A6 and 4B. RGB value is (198,166,75). Sum of RGB (Red+Green+Blue) = 198+166+75=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 75 (29.69% from 255 or 17.08% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A64B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A64B is #3959B4. Grayscale: #A5A5A5. Windows color (decimal): -3758517 or 4957894. OLE color: 4957894.
HSL color Cylindrical-coordinate representation of color #C6A64B: hue angle of 44.39º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6A64B is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 166 | 75 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.22 |
| HSL | 44.39º | 0.52% | 0.54% | - |
| HSV(B) | 44.39º | 0.62% | 0.78% | - |
| XYZ | 38.19 | 39.79 | 12.32 | - |
| YUV | 165.19 | 77.1 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 166 | 75 | 0 | 0.16 | 0.62 | 0.22 | 44.39 | 0.52 | 0.54 |
| Hex | C6 | A6 | 4B | 0 | 10 | 3E | 16 | 2C | 34 | 36 |
| Octal | 306 | 246 | 113 | 0 | 20 | 76 | 26 | 54 | 64 | 66 |
| Binary | 11000110 | 10100110 | 1001011 | 0 | 10000 | 111110 | 10110 | 101100 | 110100 | 110110 |
Color Harmonies of #C6A64B
Complementary color
Monochromatic Colors of #C6A64B
Black with #C6A64B
Text Example
Text Example
White with #C6A64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A64B; }
p { color: rgb(198,166,75); }
H1.HeaderClassName
{
color: #C6A64B;
}
.AnyTagClassName
{
color: #C6A64B;
}
</style>
background-color css
<style>
a { background-color: #C6A64B; }
a { background-color: rgb(198,166,75); }
div.DivClassName
{
background-color: #C6A64B;
}
.BgClassName
{
background-color: #C6A64B;
}
</style>
border-color css
<style>
span { border-color: #C6A64B; }
span { border-color: rgb(198,166,75); }
td.TdClassName
{
border-color: #C6A64B;
}
.TagClassName
{
border-color: #C6A64B;
}
</style>