Shades of Siam #676F4B
Tints of Siam #676F4B
RGB
CMYK
RGB Variations
Color information
#676F4B (or 0x676F4B) is known color: Siam. HEX triplet: 67, 6F and 4B. RGB value is (103,111,75). Sum of RGB (Red+Green+Blue) = 103+111+75=289 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.64% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 111 - color contains mainly: green. Hex color #676F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676F4B is #9890B4. Grayscale: #686868. Windows color (decimal): -9998517 or 4943719. OLE color: 4943719.
HSL color Cylindrical-coordinate representation of color #676F4B: hue angle of 73.33º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #676F4B is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 111 | 75 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.56 |
| HSL | 73.33º | 0.19% | 0.36% | - |
| HSV(B) | 73.33º | 0.32% | 0.44% | - |
| XYZ | 12.55 | 14.76 | 8.84 | - |
| YUV | 104.5 | 111.35 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 111 | 75 | 0.07 | 0 | 0.32 | 0.56 | 73.33 | 0.19 | 0.36 |
| Hex | 67 | 6F | 4B | 7 | 0 | 20 | 38 | 49 | 13 | 24 |
| Octal | 147 | 157 | 113 | 7 | 0 | 40 | 70 | 111 | 23 | 44 |
| Binary | 1100111 | 1101111 | 1001011 | 111 | 0 | 100000 | 111000 | 1001001 | 10011 | 100100 |
Color Harmonies of #676F4B
Complementary color
Monochromatic Colors of #676F4B
Black with #676F4B
Text Example
Text Example
White with #676F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676F4B; }
p { color: rgb(103,111,75); }
H1.HeaderClassName
{
color: #676F4B;
}
.AnyTagClassName
{
color: #676F4B;
}
</style>
background-color css
<style>
a { background-color: #676F4B; }
a { background-color: rgb(103,111,75); }
div.DivClassName
{
background-color: #676F4B;
}
.BgClassName
{
background-color: #676F4B;
}
</style>
border-color css
<style>
span { border-color: #676F4B; }
span { border-color: rgb(103,111,75); }
td.TdClassName
{
border-color: #676F4B;
}
.TagClassName
{
border-color: #676F4B;
}
</style>