Shades of Siam #65685B
Tints of Siam #65685B
RGB
CMYK
RGB Variations
Color information
#65685B (or 0x65685B) is known color: Siam. HEX triplet: 65, 68 and 5B. RGB value is (101,104,91). Sum of RGB (Red+Green+Blue) = 101+104+91=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 104 - color contains mainly: green. Hex color #65685B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65685B is #9A97A4. Grayscale: #656565. Windows color (decimal): -10131365 or 5990501. OLE color: 5990501.
HSL color Cylindrical-coordinate representation of color #65685B: hue angle of 73.85º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #65685B is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 104 | 91 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.59 |
| HSL | 73.85º | 0.07% | 0.38% | - |
| HSV(B) | 73.85º | 0.13% | 0.41% | - |
| XYZ | 12.21 | 13.42 | 11.85 | - |
| YUV | 101.62 | 122.01 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 104 | 91 | 0.03 | 0 | 0.12 | 0.59 | 73.85 | 0.07 | 0.38 |
| Hex | 65 | 68 | 5B | 3 | 0 | C | 3B | 4A | 7 | 26 |
| Octal | 145 | 150 | 133 | 3 | 0 | 14 | 73 | 112 | 7 | 46 |
| Binary | 1100101 | 1101000 | 1011011 | 11 | 0 | 1100 | 111011 | 1001010 | 111 | 100110 |
Color Harmonies of #65685B
Complementary color
Monochromatic Colors of #65685B
Black with #65685B
Text Example
Text Example
White with #65685B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65685B; }
p { color: rgb(101,104,91); }
H1.HeaderClassName
{
color: #65685B;
}
.AnyTagClassName
{
color: #65685B;
}
</style>
background-color css
<style>
a { background-color: #65685B; }
a { background-color: rgb(101,104,91); }
div.DivClassName
{
background-color: #65685B;
}
.BgClassName
{
background-color: #65685B;
}
</style>
border-color css
<style>
span { border-color: #65685B; }
span { border-color: rgb(101,104,91); }
td.TdClassName
{
border-color: #65685B;
}
.TagClassName
{
border-color: #65685B;
}
</style>