Shades of Siam #6C714C
Tints of Siam #6C714C
RGB
CMYK
RGB Variations
Color information
#6C714C (or 0x6C714C) is known color: Siam. HEX triplet: 6C, 71 and 4C. RGB value is (108,113,76). Sum of RGB (Red+Green+Blue) = 108+113+76=297 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.36% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 113 - color contains mainly: green. Hex color #6C714C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C714C is #938EB3. Grayscale: #6B6B6B. Windows color (decimal): -9670324 or 5009772. OLE color: 5009772.
HSL color Cylindrical-coordinate representation of color #6C714C: hue angle of 68.11º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6C714C is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 113 | 76 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.56 |
| HSL | 68.11º | 0.2% | 0.37% | - |
| HSV(B) | 68.11º | 0.33% | 0.44% | - |
| XYZ | 13.39 | 15.52 | 9.13 | - |
| YUV | 107.29 | 110.34 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 113 | 76 | 0.04 | 0 | 0.33 | 0.56 | 68.11 | 0.2 | 0.37 |
| Hex | 6C | 71 | 4C | 4 | 0 | 21 | 38 | 44 | 14 | 25 |
| Octal | 154 | 161 | 114 | 4 | 0 | 41 | 70 | 104 | 24 | 45 |
| Binary | 1101100 | 1110001 | 1001100 | 100 | 0 | 100001 | 111000 | 1000100 | 10100 | 100101 |
Color Harmonies of #6C714C
Complementary color
Monochromatic Colors of #6C714C
Black with #6C714C
Text Example
Text Example
White with #6C714C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C714C; }
p { color: rgb(108,113,76); }
H1.HeaderClassName
{
color: #6C714C;
}
.AnyTagClassName
{
color: #6C714C;
}
</style>
background-color css
<style>
a { background-color: #6C714C; }
a { background-color: rgb(108,113,76); }
div.DivClassName
{
background-color: #6C714C;
}
.BgClassName
{
background-color: #6C714C;
}
</style>
border-color css
<style>
span { border-color: #6C714C; }
span { border-color: rgb(108,113,76); }
td.TdClassName
{
border-color: #6C714C;
}
.TagClassName
{
border-color: #6C714C;
}
</style>