Shades of Yuma #C6B775
Tints of Yuma #C6B775
RGB
CMYK
RGB Variations
Color information
#C6B775 (or 0xC6B775) is known color: Yuma. HEX triplet: C6, B7 and 75. RGB value is (198,183,117). Sum of RGB (Red+Green+Blue) = 198+183+117=498 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.76% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B775 is #39488A. Grayscale: #B4B4B4. Windows color (decimal): -3754123 or 7714758. OLE color: 7714758.
HSL color Cylindrical-coordinate representation of color #C6B775: hue angle of 48.89º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C6B775 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 183 | 117 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.22 |
| HSL | 48.89º | 0.42% | 0.62% | - |
| HSV(B) | 48.89º | 0.41% | 0.78% | - |
| XYZ | 43.43 | 47.16 | 23.64 | - |
| YUV | 179.96 | 92.47 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 183 | 117 | 0 | 0.08 | 0.41 | 0.22 | 48.89 | 0.42 | 0.62 |
| Hex | C6 | B7 | 75 | 0 | 8 | 29 | 16 | 31 | 2A | 3E |
| Octal | 306 | 267 | 165 | 0 | 10 | 51 | 26 | 61 | 52 | 76 |
| Binary | 11000110 | 10110111 | 1110101 | 0 | 1000 | 101001 | 10110 | 110001 | 101010 | 111110 |
Color Harmonies of #C6B775
Complementary color
Monochromatic Colors of #C6B775
Black with #C6B775
Text Example
Text Example
White with #C6B775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B775; }
p { color: rgb(198,183,117); }
H1.HeaderClassName
{
color: #C6B775;
}
.AnyTagClassName
{
color: #C6B775;
}
</style>
background-color css
<style>
a { background-color: #C6B775; }
a { background-color: rgb(198,183,117); }
div.DivClassName
{
background-color: #C6B775;
}
.BgClassName
{
background-color: #C6B775;
}
</style>
border-color css
<style>
span { border-color: #C6B775; }
span { border-color: rgb(198,183,117); }
td.TdClassName
{
border-color: #C6B775;
}
.TagClassName
{
border-color: #C6B775;
}
</style>