Shades of Sundance #C6A54A
Tints of Sundance #C6A54A
RGB
CMYK
RGB Variations
Color information
#C6A54A (or 0xC6A54A) is known color: Sundance. HEX triplet: C6, A5 and 4A. RGB value is (198,165,74). Sum of RGB (Red+Green+Blue) = 198+165+74=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 74 (29.30% from 255 or 16.93% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A54A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A54A is #395AB5. Grayscale: #A4A4A4. Windows color (decimal): -3758774 or 4892102. OLE color: 4892102.
HSL color Cylindrical-coordinate representation of color #C6A54A: hue angle of 44.03º 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 #C6A54A is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 165 | 74 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.22 |
| HSL | 44.03º | 0.52% | 0.53% | - |
| HSV(B) | 44.03º | 0.63% | 0.78% | - |
| XYZ | 37.98 | 39.41 | 12.08 | - |
| YUV | 164.49 | 76.93 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 165 | 74 | 0 | 0.17 | 0.63 | 0.22 | 44.03 | 0.52 | 0.53 |
| Hex | C6 | A5 | 4A | 0 | 11 | 3F | 16 | 2C | 34 | 35 |
| Octal | 306 | 245 | 112 | 0 | 21 | 77 | 26 | 54 | 64 | 65 |
| Binary | 11000110 | 10100101 | 1001010 | 0 | 10001 | 111111 | 10110 | 101100 | 110100 | 110101 |
Color Harmonies of #C6A54A
Complementary color
Monochromatic Colors of #C6A54A
Black with #C6A54A
Text Example
Text Example
White with #C6A54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A54A; }
p { color: rgb(198,165,74); }
H1.HeaderClassName
{
color: #C6A54A;
}
.AnyTagClassName
{
color: #C6A54A;
}
</style>
background-color css
<style>
a { background-color: #C6A54A; }
a { background-color: rgb(198,165,74); }
div.DivClassName
{
background-color: #C6A54A;
}
.BgClassName
{
background-color: #C6A54A;
}
</style>
border-color css
<style>
span { border-color: #C6A54A; }
span { border-color: rgb(198,165,74); }
td.TdClassName
{
border-color: #C6A54A;
}
.TagClassName
{
border-color: #C6A54A;
}
</style>