Shades of Siam #6B6C5C
Tints of Siam #6B6C5C
RGB
CMYK
RGB Variations
Color information
#6B6C5C (or 0x6B6C5C) is known color: Siam. HEX triplet: 6B, 6C and 5C. RGB value is (107,108,92). Sum of RGB (Red+Green+Blue) = 107+108+92=307 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.85% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 108 - color contains mainly: green. Hex color #6B6C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6C5C is #9493A3. Grayscale: #696969. Windows color (decimal): -9737124 or 6057067. OLE color: 6057067.
HSL color Cylindrical-coordinate representation of color #6B6C5C: hue angle of 63.75º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6B6C5C is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 108 | 92 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.58 |
| HSL | 63.75º | 0.08% | 0.39% | - |
| HSV(B) | 63.75º | 0.15% | 0.42% | - |
| XYZ | 13.36 | 14.62 | 12.24 | - |
| YUV | 105.88 | 120.17 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 108 | 92 | 0.01 | 0 | 0.15 | 0.58 | 63.75 | 0.08 | 0.39 |
| Hex | 6B | 6C | 5C | 1 | 0 | F | 3A | 40 | 8 | 27 |
| Octal | 153 | 154 | 134 | 1 | 0 | 17 | 72 | 100 | 10 | 47 |
| Binary | 1101011 | 1101100 | 1011100 | 1 | 0 | 1111 | 111010 | 1000000 | 1000 | 100111 |
Color Harmonies of #6B6C5C
Complementary color
Monochromatic Colors of #6B6C5C
Black with #6B6C5C
Text Example
Text Example
White with #6B6C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6C5C; }
p { color: rgb(107,108,92); }
H1.HeaderClassName
{
color: #6B6C5C;
}
.AnyTagClassName
{
color: #6B6C5C;
}
</style>
background-color css
<style>
a { background-color: #6B6C5C; }
a { background-color: rgb(107,108,92); }
div.DivClassName
{
background-color: #6B6C5C;
}
.BgClassName
{
background-color: #6B6C5C;
}
</style>
border-color css
<style>
span { border-color: #6B6C5C; }
span { border-color: rgb(107,108,92); }
td.TdClassName
{
border-color: #6B6C5C;
}
.TagClassName
{
border-color: #6B6C5C;
}
</style>