Shades of Siam #66714F
Tints of Siam #66714F
RGB
CMYK
RGB Variations
Color information
#66714F (or 0x66714F) is known color: Siam. HEX triplet: 66, 71 and 4F. RGB value is (102,113,79). Sum of RGB (Red+Green+Blue) = 102+113+79=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 113 - color contains mainly: green. Hex color #66714F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66714F is #998EB0. Grayscale: #696969. Windows color (decimal): -10063537 or 5206374. OLE color: 5206374.
HSL color Cylindrical-coordinate representation of color #66714F: hue angle of 79.41º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #66714F is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 113 | 79 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.56 |
| HSL | 79.41º | 0.18% | 0.38% | - |
| HSV(B) | 79.41º | 0.3% | 0.44% | - |
| XYZ | 12.8 | 15.2 | 9.66 | - |
| YUV | 105.84 | 112.86 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 113 | 79 | 0.10 | 0 | 0.30 | 0.56 | 79.41 | 0.18 | 0.38 |
| Hex | 66 | 71 | 4F | A | 0 | 1E | 38 | 4F | 12 | 26 |
| Octal | 146 | 161 | 117 | 12 | 0 | 36 | 70 | 117 | 22 | 46 |
| Binary | 1100110 | 1110001 | 1001111 | 1010 | 0 | 11110 | 111000 | 1001111 | 10010 | 100110 |
Color Harmonies of #66714F
Complementary color
Monochromatic Colors of #66714F
Black with #66714F
Text Example
Text Example
White with #66714F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66714F; }
p { color: rgb(102,113,79); }
H1.HeaderClassName
{
color: #66714F;
}
.AnyTagClassName
{
color: #66714F;
}
</style>
background-color css
<style>
a { background-color: #66714F; }
a { background-color: rgb(102,113,79); }
div.DivClassName
{
background-color: #66714F;
}
.BgClassName
{
background-color: #66714F;
}
</style>
border-color css
<style>
span { border-color: #66714F; }
span { border-color: rgb(102,113,79); }
td.TdClassName
{
border-color: #66714F;
}
.TagClassName
{
border-color: #66714F;
}
</style>