Shades of Siam #65674B
Tints of Siam #65674B
RGB
CMYK
RGB Variations
Color information
#65674B (or 0x65674B) is known color: Siam. HEX triplet: 65, 67 and 4B. RGB value is (101,103,75). Sum of RGB (Red+Green+Blue) = 101+103+75=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 103 - color contains mainly: green. Hex color #65674B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65674B is #9A98B4. Grayscale: #636363. Windows color (decimal): -10131637 or 4941669. OLE color: 4941669.
HSL color Cylindrical-coordinate representation of color #65674B: hue angle of 64.29º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #65674B is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 103 | 75 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.60 |
| HSL | 64.29º | 0.16% | 0.35% | - |
| HSV(B) | 64.29º | 0.27% | 0.4% | - |
| XYZ | 11.49 | 12.98 | 8.56 | - |
| YUV | 99.21 | 114.34 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 103 | 75 | 0.02 | 0 | 0.27 | 0.60 | 64.29 | 0.16 | 0.35 |
| Hex | 65 | 67 | 4B | 2 | 0 | 1B | 3C | 40 | 10 | 23 |
| Octal | 145 | 147 | 113 | 2 | 0 | 33 | 74 | 100 | 20 | 43 |
| Binary | 1100101 | 1100111 | 1001011 | 10 | 0 | 11011 | 111100 | 1000000 | 10000 | 100011 |
Color Harmonies of #65674B
Complementary color
Monochromatic Colors of #65674B
Black with #65674B
Text Example
Text Example
White with #65674B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65674B; }
p { color: rgb(101,103,75); }
H1.HeaderClassName
{
color: #65674B;
}
.AnyTagClassName
{
color: #65674B;
}
</style>
background-color css
<style>
a { background-color: #65674B; }
a { background-color: rgb(101,103,75); }
div.DivClassName
{
background-color: #65674B;
}
.BgClassName
{
background-color: #65674B;
}
</style>
border-color css
<style>
span { border-color: #65674B; }
span { border-color: rgb(101,103,75); }
td.TdClassName
{
border-color: #65674B;
}
.TagClassName
{
border-color: #65674B;
}
</style>