Shades of Pine Glade #C6C67B
Tints of Pine Glade #C6C67B
RGB
CMYK
RGB Variations
Color information
#C6C67B (or 0xC6C67B) is known color: Pine Glade. HEX triplet: C6, C6 and 7B. RGB value is (198,198,123). Sum of RGB (Red+Green+Blue) = 198+198+123=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 198 (77.73% from 255 or 38.15% from 519); Blue value is 123 (48.44% from 255 or 23.70% from 519); Max value from RGB is 198 - color contains mainly: red, green. Hex color #C6C67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C67B is #393984. Grayscale: #BDBDBD. Windows color (decimal): -3750277 or 8111814. OLE color: 8111814.
HSL color Cylindrical-coordinate representation of color #C6C67B: hue angle of 60º 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 #C6C67B is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 198 | 123 | - |
| CMYK | 0 | 0 | 0.38 | 0.22 |
| HSL | 60º | 0.4% | 0.63% | - |
| HSV(B) | 60º | 0.38% | 0.78% | - |
| XYZ | 47.06 | 53.82 | 26.65 | - |
| YUV | 189.45 | 90.5 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 198 | 123 | 0 | 0 | 0.38 | 0.22 | 60 | 0.4 | 0.63 |
| Hex | C6 | C6 | 7B | 0 | 0 | 26 | 16 | 3C | 28 | 3F |
| Octal | 306 | 306 | 173 | 0 | 0 | 46 | 26 | 74 | 50 | 77 |
| Binary | 11000110 | 11000110 | 1111011 | 0 | 0 | 100110 | 10110 | 111100 | 101000 | 111111 |
Color Harmonies of #C6C67B
Complementary color
Monochromatic Colors of #C6C67B
Black with #C6C67B
Text Example
Text Example
White with #C6C67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C67B; }
p { color: rgb(198,198,123); }
H1.HeaderClassName
{
color: #C6C67B;
}
.AnyTagClassName
{
color: #C6C67B;
}
</style>
background-color css
<style>
a { background-color: #C6C67B; }
a { background-color: rgb(198,198,123); }
div.DivClassName
{
background-color: #C6C67B;
}
.BgClassName
{
background-color: #C6C67B;
}
</style>
border-color css
<style>
span { border-color: #C6C67B; }
span { border-color: rgb(198,198,123); }
td.TdClassName
{
border-color: #C6C67B;
}
.TagClassName
{
border-color: #C6C67B;
}
</style>