Shades of Siam #65675C
Tints of Siam #65675C
RGB
CMYK
RGB Variations
Color information
#65675C (or 0x65675C) is known color: Siam. HEX triplet: 65, 67 and 5C. RGB value is (101,103,92). Sum of RGB (Red+Green+Blue) = 101+103+92=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 103 - color contains mainly: green. Hex color #65675C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65675C is #9A98A3. Grayscale: #656565. Windows color (decimal): -10131620 or 6055781. OLE color: 6055781.
HSL color Cylindrical-coordinate representation of color #65675C: hue angle of 70.91º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #65675C is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 103 | 92 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.60 |
| HSL | 70.91º | 0.06% | 0.38% | - |
| HSV(B) | 70.91º | 0.11% | 0.4% | - |
| XYZ | 12.15 | 13.24 | 12.04 | - |
| YUV | 101.15 | 122.84 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 103 | 92 | 0.02 | 0 | 0.11 | 0.60 | 70.91 | 0.06 | 0.38 |
| Hex | 65 | 67 | 5C | 2 | 0 | B | 3C | 47 | 6 | 26 |
| Octal | 145 | 147 | 134 | 2 | 0 | 13 | 74 | 107 | 6 | 46 |
| Binary | 1100101 | 1100111 | 1011100 | 10 | 0 | 1011 | 111100 | 1000111 | 110 | 100110 |
Color Harmonies of #65675C
Complementary color
Monochromatic Colors of #65675C
Black with #65675C
Text Example
Text Example
White with #65675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65675C; }
p { color: rgb(101,103,92); }
H1.HeaderClassName
{
color: #65675C;
}
.AnyTagClassName
{
color: #65675C;
}
</style>
background-color css
<style>
a { background-color: #65675C; }
a { background-color: rgb(101,103,92); }
div.DivClassName
{
background-color: #65675C;
}
.BgClassName
{
background-color: #65675C;
}
</style>
border-color css
<style>
span { border-color: #65675C; }
span { border-color: rgb(101,103,92); }
td.TdClassName
{
border-color: #65675C;
}
.TagClassName
{
border-color: #65675C;
}
</style>