Shades of Siam #66675B
Tints of Siam #66675B
RGB
CMYK
RGB Variations
Color information
#66675B (or 0x66675B) is known color: Siam. HEX triplet: 66, 67 and 5B. RGB value is (102,103,91). Sum of RGB (Red+Green+Blue) = 102+103+91=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 103 - color contains mainly: green. Hex color #66675B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66675B is #9998A4. Grayscale: #656565. Windows color (decimal): -10066085 or 5990246. OLE color: 5990246.
HSL color Cylindrical-coordinate representation of color #66675B: hue angle of 65º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #66675B is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 102 | 103 | 91 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.60 |
| HSL | 65º | 0.06% | 0.38% | - |
| HSV(B) | 65º | 0.12% | 0.4% | - |
| XYZ | 12.22 | 13.28 | 11.82 | - |
| YUV | 101.33 | 122.17 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 103 | 91 | 0.01 | 0 | 0.12 | 0.60 | 65 | 0.06 | 0.38 |
| Hex | 66 | 67 | 5B | 1 | 0 | C | 3C | 41 | 6 | 26 |
| Octal | 146 | 147 | 133 | 1 | 0 | 14 | 74 | 101 | 6 | 46 |
| Binary | 1100110 | 1100111 | 1011011 | 1 | 0 | 1100 | 111100 | 1000001 | 110 | 100110 |
Color Harmonies of #66675B
Complementary color
Monochromatic Colors of #66675B
Black with #66675B
Text Example
Text Example
White with #66675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66675B; }
p { color: rgb(102,103,91); }
H1.HeaderClassName
{
color: #66675B;
}
.AnyTagClassName
{
color: #66675B;
}
</style>
background-color css
<style>
a { background-color: #66675B; }
a { background-color: rgb(102,103,91); }
div.DivClassName
{
background-color: #66675B;
}
.BgClassName
{
background-color: #66675B;
}
</style>
border-color css
<style>
span { border-color: #66675B; }
span { border-color: rgb(102,103,91); }
td.TdClassName
{
border-color: #66675B;
}
.TagClassName
{
border-color: #66675B;
}
</style>