Shades of Siam #6B7158
Tints of Siam #6B7158
RGB
CMYK
RGB Variations
Color information
#6B7158 (or 0x6B7158) is known color: Siam. HEX triplet: 6B, 71 and 58. RGB value is (107,113,88). Sum of RGB (Red+Green+Blue) = 107+113+88=308 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.74% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 113 - color contains mainly: green. Hex color #6B7158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7158 is #948EA7. Grayscale: #6C6C6C. Windows color (decimal): -9735848 or 5796203. OLE color: 5796203.
HSL color Cylindrical-coordinate representation of color #6B7158: hue angle of 74.4º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6B7158 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 113 | 88 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.56 |
| HSL | 74.4º | 0.12% | 0.39% | - |
| HSV(B) | 74.4º | 0.22% | 0.44% | - |
| XYZ | 13.73 | 15.64 | 11.53 | - |
| YUV | 108.36 | 116.51 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 113 | 88 | 0.05 | 0 | 0.22 | 0.56 | 74.4 | 0.12 | 0.39 |
| Hex | 6B | 71 | 58 | 5 | 0 | 16 | 38 | 4A | C | 27 |
| Octal | 153 | 161 | 130 | 5 | 0 | 26 | 70 | 112 | 14 | 47 |
| Binary | 1101011 | 1110001 | 1011000 | 101 | 0 | 10110 | 111000 | 1001010 | 1100 | 100111 |
Color Harmonies of #6B7158
Complementary color
Monochromatic Colors of #6B7158
Black with #6B7158
Text Example
Text Example
White with #6B7158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7158; }
p { color: rgb(107,113,88); }
H1.HeaderClassName
{
color: #6B7158;
}
.AnyTagClassName
{
color: #6B7158;
}
</style>
background-color css
<style>
a { background-color: #6B7158; }
a { background-color: rgb(107,113,88); }
div.DivClassName
{
background-color: #6B7158;
}
.BgClassName
{
background-color: #6B7158;
}
</style>
border-color css
<style>
span { border-color: #6B7158; }
span { border-color: rgb(107,113,88); }
td.TdClassName
{
border-color: #6B7158;
}
.TagClassName
{
border-color: #6B7158;
}
</style>