Shades of Siam #6C6F48
Tints of Siam #6C6F48
RGB
CMYK
RGB Variations
Color information
#6C6F48 (or 0x6C6F48) is known color: Siam. HEX triplet: 6C, 6F and 48. RGB value is (108,111,72). Sum of RGB (Red+Green+Blue) = 108+111+72=291 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.11% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 111 - color contains mainly: green. Hex color #6C6F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6F48 is #9390B7. Grayscale: #696969. Windows color (decimal): -9670840 or 4747116. OLE color: 4747116.
HSL color Cylindrical-coordinate representation of color #6C6F48: hue angle of 64.62º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6C6F48 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 111 | 72 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.56 |
| HSL | 64.62º | 0.21% | 0.36% | - |
| HSV(B) | 64.62º | 0.35% | 0.44% | - |
| XYZ | 13.04 | 15.02 | 8.34 | - |
| YUV | 105.66 | 109.01 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 111 | 72 | 0.03 | 0 | 0.35 | 0.56 | 64.62 | 0.21 | 0.36 |
| Hex | 6C | 6F | 48 | 3 | 0 | 23 | 38 | 41 | 15 | 24 |
| Octal | 154 | 157 | 110 | 3 | 0 | 43 | 70 | 101 | 25 | 44 |
| Binary | 1101100 | 1101111 | 1001000 | 11 | 0 | 100011 | 111000 | 1000001 | 10101 | 100100 |
Color Harmonies of #6C6F48
Complementary color
Monochromatic Colors of #6C6F48
Black with #6C6F48
Text Example
Text Example
White with #6C6F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6F48; }
p { color: rgb(108,111,72); }
H1.HeaderClassName
{
color: #6C6F48;
}
.AnyTagClassName
{
color: #6C6F48;
}
</style>
background-color css
<style>
a { background-color: #6C6F48; }
a { background-color: rgb(108,111,72); }
div.DivClassName
{
background-color: #6C6F48;
}
.BgClassName
{
background-color: #6C6F48;
}
</style>
border-color css
<style>
span { border-color: #6C6F48; }
span { border-color: rgb(108,111,72); }
td.TdClassName
{
border-color: #6C6F48;
}
.TagClassName
{
border-color: #6C6F48;
}
</style>