Shades of Siam #6B705A
Tints of Siam #6B705A
RGB
CMYK
RGB Variations
Color information
#6B705A (or 0x6B705A) is known color: Siam. HEX triplet: 6B, 70 and 5A. RGB value is (107,112,90). Sum of RGB (Red+Green+Blue) = 107+112+90=309 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.63% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 112 - color contains mainly: green. Hex color #6B705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B705A is #948FA5. Grayscale: #6C6C6C. Windows color (decimal): -9736102 or 5927019. OLE color: 5927019.
HSL color Cylindrical-coordinate representation of color #6B705A: hue angle of 73.64º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6B705A is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 112 | 90 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.56 |
| HSL | 73.64º | 0.11% | 0.4% | - |
| HSV(B) | 73.64º | 0.2% | 0.44% | - |
| XYZ | 13.7 | 15.45 | 11.93 | - |
| YUV | 108 | 117.84 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 112 | 90 | 0.04 | 0 | 0.20 | 0.56 | 73.64 | 0.11 | 0.4 |
| Hex | 6B | 70 | 5A | 4 | 0 | 14 | 38 | 4A | B | 28 |
| Octal | 153 | 160 | 132 | 4 | 0 | 24 | 70 | 112 | 13 | 50 |
| Binary | 1101011 | 1110000 | 1011010 | 100 | 0 | 10100 | 111000 | 1001010 | 1011 | 101000 |
Color Harmonies of #6B705A
Complementary color
Monochromatic Colors of #6B705A
Black with #6B705A
Text Example
Text Example
White with #6B705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B705A; }
p { color: rgb(107,112,90); }
H1.HeaderClassName
{
color: #6B705A;
}
.AnyTagClassName
{
color: #6B705A;
}
</style>
background-color css
<style>
a { background-color: #6B705A; }
a { background-color: rgb(107,112,90); }
div.DivClassName
{
background-color: #6B705A;
}
.BgClassName
{
background-color: #6B705A;
}
</style>
border-color css
<style>
span { border-color: #6B705A; }
span { border-color: rgb(107,112,90); }
td.TdClassName
{
border-color: #6B705A;
}
.TagClassName
{
border-color: #6B705A;
}
</style>