Shades of Yuma #C6B78D
Tints of Yuma #C6B78D
RGB
CMYK
RGB Variations
Color information
#C6B78D (or 0xC6B78D) is known color: Yuma. HEX triplet: C6, B7 and 8D. RGB value is (198,183,141). Sum of RGB (Red+Green+Blue) = 198+183+141=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B78D is #394872. Grayscale: #B6B6B6. Windows color (decimal): -3754099 or 9287622. OLE color: 9287622.
HSL color Cylindrical-coordinate representation of color #C6B78D: hue angle of 44.21º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C6B78D is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 183 | 141 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.22 |
| HSL | 44.21º | 0.33% | 0.66% | - |
| HSV(B) | 44.21º | 0.29% | 0.78% | - |
| XYZ | 45.03 | 47.8 | 32.05 | - |
| YUV | 182.7 | 104.47 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 183 | 141 | 0 | 0.08 | 0.29 | 0.22 | 44.21 | 0.33 | 0.66 |
| Hex | C6 | B7 | 8D | 0 | 8 | 1D | 16 | 2C | 21 | 42 |
| Octal | 306 | 267 | 215 | 0 | 10 | 35 | 26 | 54 | 41 | 102 |
| Binary | 11000110 | 10110111 | 10001101 | 0 | 1000 | 11101 | 10110 | 101100 | 100001 | 1000010 |
Color Harmonies of #C6B78D
Complementary color
Monochromatic Colors of #C6B78D
Black with #C6B78D
Text Example
Text Example
White with #C6B78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B78D; }
p { color: rgb(198,183,141); }
H1.HeaderClassName
{
color: #C6B78D;
}
.AnyTagClassName
{
color: #C6B78D;
}
</style>
background-color css
<style>
a { background-color: #C6B78D; }
a { background-color: rgb(198,183,141); }
div.DivClassName
{
background-color: #C6B78D;
}
.BgClassName
{
background-color: #C6B78D;
}
</style>
border-color css
<style>
span { border-color: #C6B78D; }
span { border-color: rgb(198,183,141); }
td.TdClassName
{
border-color: #C6B78D;
}
.TagClassName
{
border-color: #C6B78D;
}
</style>