Shades of Siam #65675A
Tints of Siam #65675A
RGB
CMYK
RGB Variations
Color information
#65675A (or 0x65675A) is known color: Siam. HEX triplet: 65, 67 and 5A. RGB value is (101,103,90). Sum of RGB (Red+Green+Blue) = 101+103+90=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 103 - color contains mainly: green. Hex color #65675A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65675A is #9A98A5. Grayscale: #646464. Windows color (decimal): -10131622 or 5924709. OLE color: 5924709.
HSL color Cylindrical-coordinate representation of color #65675A: hue angle of 69.23º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #65675A is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 103 | 90 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.60 |
| HSL | 69.23º | 0.07% | 0.38% | - |
| HSV(B) | 69.23º | 0.13% | 0.4% | - |
| XYZ | 12.06 | 13.21 | 11.59 | - |
| YUV | 100.92 | 121.84 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 103 | 90 | 0.02 | 0 | 0.13 | 0.60 | 69.23 | 0.07 | 0.38 |
| Hex | 65 | 67 | 5A | 2 | 0 | D | 3C | 45 | 7 | 26 |
| Octal | 145 | 147 | 132 | 2 | 0 | 15 | 74 | 105 | 7 | 46 |
| Binary | 1100101 | 1100111 | 1011010 | 10 | 0 | 1101 | 111100 | 1000101 | 111 | 100110 |
Color Harmonies of #65675A
Complementary color
Monochromatic Colors of #65675A
Black with #65675A
Text Example
Text Example
White with #65675A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65675A; }
p { color: rgb(101,103,90); }
H1.HeaderClassName
{
color: #65675A;
}
.AnyTagClassName
{
color: #65675A;
}
</style>
background-color css
<style>
a { background-color: #65675A; }
a { background-color: rgb(101,103,90); }
div.DivClassName
{
background-color: #65675A;
}
.BgClassName
{
background-color: #65675A;
}
</style>
border-color css
<style>
span { border-color: #65675A; }
span { border-color: rgb(101,103,90); }
td.TdClassName
{
border-color: #65675A;
}
.TagClassName
{
border-color: #65675A;
}
</style>