Shades of Yuma #C6B77A
Tints of Yuma #C6B77A
RGB
CMYK
RGB Variations
Color information
#C6B77A (or 0xC6B77A) is known color: Yuma. HEX triplet: C6, B7 and 7A. RGB value is (198,183,122). Sum of RGB (Red+Green+Blue) = 198+183+122=503 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.36% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B77A is #394885. Grayscale: #B4B4B4. Windows color (decimal): -3754118 or 8042438. OLE color: 8042438.
HSL color Cylindrical-coordinate representation of color #C6B77A: hue angle of 48.16º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C6B77A is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 183 | 122 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.22 |
| HSL | 48.16º | 0.4% | 0.63% | - |
| HSV(B) | 48.16º | 0.38% | 0.78% | - |
| XYZ | 43.74 | 47.28 | 25.23 | - |
| YUV | 180.53 | 94.97 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 183 | 122 | 0 | 0.08 | 0.38 | 0.22 | 48.16 | 0.4 | 0.63 |
| Hex | C6 | B7 | 7A | 0 | 8 | 26 | 16 | 30 | 28 | 3F |
| Octal | 306 | 267 | 172 | 0 | 10 | 46 | 26 | 60 | 50 | 77 |
| Binary | 11000110 | 10110111 | 1111010 | 0 | 1000 | 100110 | 10110 | 110000 | 101000 | 111111 |
Color Harmonies of #C6B77A
Complementary color
Monochromatic Colors of #C6B77A
Black with #C6B77A
Text Example
Text Example
White with #C6B77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B77A; }
p { color: rgb(198,183,122); }
H1.HeaderClassName
{
color: #C6B77A;
}
.AnyTagClassName
{
color: #C6B77A;
}
</style>
background-color css
<style>
a { background-color: #C6B77A; }
a { background-color: rgb(198,183,122); }
div.DivClassName
{
background-color: #C6B77A;
}
.BgClassName
{
background-color: #C6B77A;
}
</style>
border-color css
<style>
span { border-color: #C6B77A; }
span { border-color: rgb(198,183,122); }
td.TdClassName
{
border-color: #C6B77A;
}
.TagClassName
{
border-color: #C6B77A;
}
</style>