Shades of Siam #66675F
Tints of Siam #66675F
RGB
CMYK
RGB Variations
Color information
#66675F (or 0x66675F) is known color: Siam. HEX triplet: 66, 67 and 5F. RGB value is (102,103,95). Sum of RGB (Red+Green+Blue) = 102+103+95=300 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 103 - color contains mainly: green. Hex color #66675F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66675F is #9998A0. Grayscale: #656565. Windows color (decimal): -10066081 or 6252390. OLE color: 6252390.
HSL color Cylindrical-coordinate representation of color #66675F: hue angle of 67.5º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #66675F is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 102 | 103 | 95 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.60 |
| HSL | 67.5º | 0.04% | 0.39% | - |
| HSV(B) | 67.5º | 0.08% | 0.4% | - |
| XYZ | 12.4 | 13.35 | 12.75 | - |
| YUV | 101.79 | 124.17 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 103 | 95 | 0.01 | 0 | 0.08 | 0.60 | 67.5 | 0.04 | 0.39 |
| Hex | 66 | 67 | 5F | 1 | 0 | 8 | 3C | 44 | 4 | 27 |
| Octal | 146 | 147 | 137 | 1 | 0 | 10 | 74 | 104 | 4 | 47 |
| Binary | 1100110 | 1100111 | 1011111 | 1 | 0 | 1000 | 111100 | 1000100 | 100 | 100111 |
Color Harmonies of #66675F
Complementary color
Monochromatic Colors of #66675F
Black with #66675F
Text Example
Text Example
White with #66675F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66675F; }
p { color: rgb(102,103,95); }
H1.HeaderClassName
{
color: #66675F;
}
.AnyTagClassName
{
color: #66675F;
}
</style>
background-color css
<style>
a { background-color: #66675F; }
a { background-color: rgb(102,103,95); }
div.DivClassName
{
background-color: #66675F;
}
.BgClassName
{
background-color: #66675F;
}
</style>
border-color css
<style>
span { border-color: #66675F; }
span { border-color: rgb(102,103,95); }
td.TdClassName
{
border-color: #66675F;
}
.TagClassName
{
border-color: #66675F;
}
</style>