Shades of Yuma #C6B68E
Tints of Yuma #C6B68E
RGB
CMYK
RGB Variations
Color information
#C6B68E (or 0xC6B68E) is known color: Yuma. HEX triplet: C6, B6 and 8E. RGB value is (198,182,142). Sum of RGB (Red+Green+Blue) = 198+182+142=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 142 (55.86% from 255 or 27.20% from 522); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B68E is #394971. Grayscale: #B6B6B6. Windows color (decimal): -3754354 or 9352902. OLE color: 9352902.
HSL color Cylindrical-coordinate representation of color #C6B68E: hue angle of 42.86º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C6B68E is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 182 | 142 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.22 |
| HSL | 42.86º | 0.33% | 0.67% | - |
| HSV(B) | 42.86º | 0.28% | 0.78% | - |
| XYZ | 44.9 | 47.41 | 32.38 | - |
| YUV | 182.22 | 105.3 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 182 | 142 | 0 | 0.08 | 0.28 | 0.22 | 42.86 | 0.33 | 0.67 |
| Hex | C6 | B6 | 8E | 0 | 8 | 1C | 16 | 2B | 21 | 43 |
| Octal | 306 | 266 | 216 | 0 | 10 | 34 | 26 | 53 | 41 | 103 |
| Binary | 11000110 | 10110110 | 10001110 | 0 | 1000 | 11100 | 10110 | 101011 | 100001 | 1000011 |
Color Harmonies of #C6B68E
Complementary color
Monochromatic Colors of #C6B68E
Black with #C6B68E
Text Example
Text Example
White with #C6B68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B68E; }
p { color: rgb(198,182,142); }
H1.HeaderClassName
{
color: #C6B68E;
}
.AnyTagClassName
{
color: #C6B68E;
}
</style>
background-color css
<style>
a { background-color: #C6B68E; }
a { background-color: rgb(198,182,142); }
div.DivClassName
{
background-color: #C6B68E;
}
.BgClassName
{
background-color: #C6B68E;
}
</style>
border-color css
<style>
span { border-color: #C6B68E; }
span { border-color: rgb(198,182,142); }
td.TdClassName
{
border-color: #C6B68E;
}
.TagClassName
{
border-color: #C6B68E;
}
</style>