Shades of Sundance #C6B653
Tints of Sundance #C6B653
RGB
CMYK
RGB Variations
Color information
#C6B653 (or 0xC6B653) is known color: Sundance. HEX triplet: C6, B6 and 53. RGB value is (198,182,83). Sum of RGB (Red+Green+Blue) = 198+182+83=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 182 (71.48% from 255 or 39.31% from 463); Blue value is 83 (32.81% from 255 or 17.93% from 463); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B653 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B653 is #3949AC. Grayscale: #AFAFAF. Windows color (decimal): -3754413 or 5486278. OLE color: 5486278.
HSL color Cylindrical-coordinate representation of color #C6B653: hue angle of 51.65º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C6B653 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 182 | 83 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.22 |
| HSL | 51.65º | 0.5% | 0.55% | - |
| HSV(B) | 51.65º | 0.58% | 0.78% | - |
| XYZ | 41.58 | 46.09 | 14.89 | - |
| YUV | 175.5 | 75.8 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 182 | 83 | 0 | 0.08 | 0.58 | 0.22 | 51.65 | 0.5 | 0.55 |
| Hex | C6 | B6 | 53 | 0 | 8 | 3A | 16 | 34 | 32 | 37 |
| Octal | 306 | 266 | 123 | 0 | 10 | 72 | 26 | 64 | 62 | 67 |
| Binary | 11000110 | 10110110 | 1010011 | 0 | 1000 | 111010 | 10110 | 110100 | 110010 | 110111 |
Color Harmonies of #C6B653
Complementary color
Monochromatic Colors of #C6B653
Black with #C6B653
Text Example
Text Example
White with #C6B653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B653; }
p { color: rgb(198,182,83); }
H1.HeaderClassName
{
color: #C6B653;
}
.AnyTagClassName
{
color: #C6B653;
}
</style>
background-color css
<style>
a { background-color: #C6B653; }
a { background-color: rgb(198,182,83); }
div.DivClassName
{
background-color: #C6B653;
}
.BgClassName
{
background-color: #C6B653;
}
</style>
border-color css
<style>
span { border-color: #C6B653; }
span { border-color: rgb(198,182,83); }
td.TdClassName
{
border-color: #C6B653;
}
.TagClassName
{
border-color: #C6B653;
}
</style>