Shades of Siam #6C6F58
Tints of Siam #6C6F58
RGB
CMYK
RGB Variations
Color information
#6C6F58 (or 0x6C6F58) is known color: Siam. HEX triplet: 6C, 6F and 58. RGB value is (108,111,88). Sum of RGB (Red+Green+Blue) = 108+111+88=307 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.18% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 88 (34.77% from 255 or 28.66% from 307); Max value from RGB is 111 - color contains mainly: green. Hex color #6C6F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6F58 is #9390A7. Grayscale: #6B6B6B. Windows color (decimal): -9670824 or 5795692. OLE color: 5795692.
HSL color Cylindrical-coordinate representation of color #6C6F58: hue angle of 67.83º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6C6F58 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 111 | 88 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.56 |
| HSL | 67.83º | 0.12% | 0.39% | - |
| HSV(B) | 67.83º | 0.21% | 0.44% | - |
| XYZ | 13.63 | 15.26 | 11.46 | - |
| YUV | 107.48 | 117.01 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 111 | 88 | 0.03 | 0 | 0.21 | 0.56 | 67.83 | 0.12 | 0.39 |
| Hex | 6C | 6F | 58 | 3 | 0 | 15 | 38 | 44 | C | 27 |
| Octal | 154 | 157 | 130 | 3 | 0 | 25 | 70 | 104 | 14 | 47 |
| Binary | 1101100 | 1101111 | 1011000 | 11 | 0 | 10101 | 111000 | 1000100 | 1100 | 100111 |
Color Harmonies of #6C6F58
Complementary color
Monochromatic Colors of #6C6F58
Black with #6C6F58
Text Example
Text Example
White with #6C6F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6F58; }
p { color: rgb(108,111,88); }
H1.HeaderClassName
{
color: #6C6F58;
}
.AnyTagClassName
{
color: #6C6F58;
}
</style>
background-color css
<style>
a { background-color: #6C6F58; }
a { background-color: rgb(108,111,88); }
div.DivClassName
{
background-color: #6C6F58;
}
.BgClassName
{
background-color: #6C6F58;
}
</style>
border-color css
<style>
span { border-color: #6C6F58; }
span { border-color: rgb(108,111,88); }
td.TdClassName
{
border-color: #6C6F58;
}
.TagClassName
{
border-color: #6C6F58;
}
</style>