Shades of Coffee #6B665B
Tints of Coffee #6B665B
RGB
CMYK
RGB Variations
Color information
#6B665B (or 0x6B665B) is known color: Coffee. HEX triplet: 6B, 66 and 5B. RGB value is (107,102,91). Sum of RGB (Red+Green+Blue) = 107+102+91=300 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.67% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 107 - color contains mainly: red. Hex color #6B665B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B665B is #9499A4. Grayscale: #666666. Windows color (decimal): -9738661 or 5989995. OLE color: 5989995.
HSL color Cylindrical-coordinate representation of color #6B665B: hue angle of 41.25º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6B665B is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
RGB | 107 | 102 | 91 | - |
CMYK | 0 | 0.05 | 0.15 | 0.58 |
HSL | 41.25º | 0.08% | 0.39% | - |
HSV(B) | 41.25º | 0.15% | 0.42% | - |
XYZ | 12.7 | 13.38 | 11.81 | - |
YUV | 102.24 | 121.66 | 131.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 102 | 91 | 0 | 0.05 | 0.15 | 0.58 | 41.25 | 0.08 | 0.39 |
Hex | 6B | 66 | 5B | 0 | 5 | F | 3A | 29 | 8 | 27 |
Octal | 153 | 146 | 133 | 0 | 5 | 17 | 72 | 51 | 10 | 47 |
Binary | 1101011 | 1100110 | 1011011 | 0 | 101 | 1111 | 111010 | 101001 | 1000 | 100111 |
Color Harmonies of #6B665B
Complementary color
Monochromatic Colors of #6B665B
Black with #6B665B
Text Example
Text Example
White with #6B665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B665B; }
p { color: rgb(107,102,91); }
H1.HeaderClassName
{
color: #6B665B;
}
.AnyTagClassName
{
color: #6B665B;
}
</style>
background-color css
<style>
a { background-color: #6B665B; }
a { background-color: rgb(107,102,91); }
div.DivClassName
{
background-color: #6B665B;
}
.BgClassName
{
background-color: #6B665B;
}
</style>
border-color css
<style>
span { border-color: #6B665B; }
span { border-color: rgb(107,102,91); }
td.TdClassName
{
border-color: #6B665B;
}
.TagClassName
{
border-color: #6B665B;
}
</style>