Shades of Crete #6D6D38
Tints of Crete #6D6D38
RGB
CMYK
RGB Variations
Color information
#6D6D38 (or 0x6D6D38) is known color: Crete. HEX triplet: 6D, 6D and 38. RGB value is (109,109,56). Sum of RGB (Red+Green+Blue) = 109+109+56=274 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.78% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 109 - color contains mainly: red, green. Hex color #6D6D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6D38 is #9292C7. Grayscale: #676767. Windows color (decimal): -9605832 or 3698029. OLE color: 3698029.
HSL color Cylindrical-coordinate representation of color #6D6D38: hue angle of 60º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D6D38 is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 109 | 56 | - |
| CMYK | 0 | 0 | 0.49 | 0.57 |
| HSL | 60º | 0.32% | 0.32% | - |
| HSV(B) | 60º | 0.49% | 0.43% | - |
| XYZ | 12.49 | 14.47 | 5.88 | - |
| YUV | 102.96 | 101.5 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 109 | 56 | 0 | 0 | 0.49 | 0.57 | 60 | 0.32 | 0.32 |
| Hex | 6D | 6D | 38 | 0 | 0 | 31 | 39 | 3C | 20 | 20 |
| Octal | 155 | 155 | 70 | 0 | 0 | 61 | 71 | 74 | 40 | 40 |
| Binary | 1101101 | 1101101 | 111000 | 0 | 0 | 110001 | 111001 | 111100 | 100000 | 100000 |
Color Harmonies of #6D6D38
Complementary color
Monochromatic Colors of #6D6D38
Black with #6D6D38
Text Example
Text Example
White with #6D6D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6D38; }
p { color: rgb(109,109,56); }
H1.HeaderClassName
{
color: #6D6D38;
}
.AnyTagClassName
{
color: #6D6D38;
}
</style>
background-color css
<style>
a { background-color: #6D6D38; }
a { background-color: rgb(109,109,56); }
div.DivClassName
{
background-color: #6D6D38;
}
.BgClassName
{
background-color: #6D6D38;
}
</style>
border-color css
<style>
span { border-color: #6D6D38; }
span { border-color: rgb(109,109,56); }
td.TdClassName
{
border-color: #6D6D38;
}
.TagClassName
{
border-color: #6D6D38;
}
</style>