Shades of Sundance #C6A34B
Tints of Sundance #C6A34B
RGB
CMYK
RGB Variations
Color information
#C6A34B (or 0xC6A34B) is known color: Sundance. HEX triplet: C6, A3 and 4B. RGB value is (198,163,75). Sum of RGB (Red+Green+Blue) = 198+163+75=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 75 (29.69% from 255 or 17.20% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A34B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A34B is #395CB4. Grayscale: #A3A3A3. Windows color (decimal): -3759285 or 4957126. OLE color: 4957126.
HSL color Cylindrical-coordinate representation of color #C6A34B: hue angle of 42.93º 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 #C6A34B is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 163 | 75 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.22 |
| HSL | 42.93º | 0.52% | 0.54% | - |
| HSV(B) | 42.93º | 0.62% | 0.78% | - |
| XYZ | 37.66 | 38.71 | 12.14 | - |
| YUV | 163.43 | 78.1 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 163 | 75 | 0 | 0.18 | 0.62 | 0.22 | 42.93 | 0.52 | 0.54 |
| Hex | C6 | A3 | 4B | 0 | 12 | 3E | 16 | 2B | 34 | 36 |
| Octal | 306 | 243 | 113 | 0 | 22 | 76 | 26 | 53 | 64 | 66 |
| Binary | 11000110 | 10100011 | 1001011 | 0 | 10010 | 111110 | 10110 | 101011 | 110100 | 110110 |
Color Harmonies of #C6A34B
Complementary color
Monochromatic Colors of #C6A34B
Black with #C6A34B
Text Example
Text Example
White with #C6A34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A34B; }
p { color: rgb(198,163,75); }
H1.HeaderClassName
{
color: #C6A34B;
}
.AnyTagClassName
{
color: #C6A34B;
}
</style>
background-color css
<style>
a { background-color: #C6A34B; }
a { background-color: rgb(198,163,75); }
div.DivClassName
{
background-color: #C6A34B;
}
.BgClassName
{
background-color: #C6A34B;
}
</style>
border-color css
<style>
span { border-color: #C6A34B; }
span { border-color: rgb(198,163,75); }
td.TdClassName
{
border-color: #C6A34B;
}
.TagClassName
{
border-color: #C6A34B;
}
</style>