Shades of Siam #6C714F
Tints of Siam #6C714F
RGB
CMYK
RGB Variations
Color information
#6C714F (or 0x6C714F) is known color: Siam. HEX triplet: 6C, 71 and 4F. RGB value is (108,113,79). Sum of RGB (Red+Green+Blue) = 108+113+79=300 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 113 - color contains mainly: green. Hex color #6C714F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C714F is #938EB0. Grayscale: #6B6B6B. Windows color (decimal): -9670321 or 5206380. OLE color: 5206380.
HSL color Cylindrical-coordinate representation of color #6C714F: hue angle of 68.82º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C714F is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 113 | 79 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.56 |
| HSL | 68.82º | 0.18% | 0.38% | - |
| HSV(B) | 68.82º | 0.3% | 0.44% | - |
| XYZ | 13.5 | 15.56 | 9.69 | - |
| YUV | 107.63 | 111.84 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 113 | 79 | 0.04 | 0 | 0.30 | 0.56 | 68.82 | 0.18 | 0.38 |
| Hex | 6C | 71 | 4F | 4 | 0 | 1E | 38 | 45 | 12 | 26 |
| Octal | 154 | 161 | 117 | 4 | 0 | 36 | 70 | 105 | 22 | 46 |
| Binary | 1101100 | 1110001 | 1001111 | 100 | 0 | 11110 | 111000 | 1000101 | 10010 | 100110 |
Color Harmonies of #6C714F
Complementary color
Monochromatic Colors of #6C714F
Black with #6C714F
Text Example
Text Example
White with #6C714F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C714F; }
p { color: rgb(108,113,79); }
H1.HeaderClassName
{
color: #6C714F;
}
.AnyTagClassName
{
color: #6C714F;
}
</style>
background-color css
<style>
a { background-color: #6C714F; }
a { background-color: rgb(108,113,79); }
div.DivClassName
{
background-color: #6C714F;
}
.BgClassName
{
background-color: #6C714F;
}
</style>
border-color css
<style>
span { border-color: #6C714F; }
span { border-color: rgb(108,113,79); }
td.TdClassName
{
border-color: #6C714F;
}
.TagClassName
{
border-color: #6C714F;
}
</style>