Shades of Yuma #C6B77E
Tints of Yuma #C6B77E
RGB
CMYK
RGB Variations
Color information
#C6B77E (or 0xC6B77E) is known color: Yuma. HEX triplet: C6, B7 and 7E. RGB value is (198,183,126). Sum of RGB (Red+Green+Blue) = 198+183+126=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B77E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B77E is #394881. Grayscale: #B5B5B5. Windows color (decimal): -3754114 or 8304582. OLE color: 8304582.
HSL color Cylindrical-coordinate representation of color #C6B77E: hue angle of 47.5º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C6B77E is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 183 | 126 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.22 |
| HSL | 47.5º | 0.39% | 0.64% | - |
| HSV(B) | 47.5º | 0.36% | 0.78% | - |
| XYZ | 43.99 | 47.38 | 26.57 | - |
| YUV | 180.99 | 96.97 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 183 | 126 | 0 | 0.08 | 0.36 | 0.22 | 47.5 | 0.39 | 0.64 |
| Hex | C6 | B7 | 7E | 0 | 8 | 24 | 16 | 30 | 27 | 40 |
| Octal | 306 | 267 | 176 | 0 | 10 | 44 | 26 | 60 | 47 | 100 |
| Binary | 11000110 | 10110111 | 1111110 | 0 | 1000 | 100100 | 10110 | 110000 | 100111 | 1000000 |
Color Harmonies of #C6B77E
Complementary color
Monochromatic Colors of #C6B77E
Black with #C6B77E
Text Example
Text Example
White with #C6B77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B77E; }
p { color: rgb(198,183,126); }
H1.HeaderClassName
{
color: #C6B77E;
}
.AnyTagClassName
{
color: #C6B77E;
}
</style>
background-color css
<style>
a { background-color: #C6B77E; }
a { background-color: rgb(198,183,126); }
div.DivClassName
{
background-color: #C6B77E;
}
.BgClassName
{
background-color: #C6B77E;
}
</style>
border-color css
<style>
span { border-color: #C6B77E; }
span { border-color: rgb(198,183,126); }
td.TdClassName
{
border-color: #C6B77E;
}
.TagClassName
{
border-color: #C6B77E;
}
</style>