Shades of Crete #6E6F38
Tints of Crete #6E6F38
RGB
CMYK
RGB Variations
Color information
#6E6F38 (or 0x6E6F38) is known color: Crete. HEX triplet: 6E, 6F and 38. RGB value is (110,111,56). Sum of RGB (Red+Green+Blue) = 110+111+56=277 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.71% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 56 (22.27% from 255 or 20.22% from 277); Max value from RGB is 111 - color contains mainly: green. Hex color #6E6F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6F38 is #9190C7. Grayscale: #686868. Windows color (decimal): -9539784 or 3698542. OLE color: 3698542.
HSL color Cylindrical-coordinate representation of color #6E6F38: hue angle of 61.09º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E6F38 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 111 | 56 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.56 |
| HSL | 61.09º | 0.33% | 0.33% | - |
| HSV(B) | 61.09º | 0.5% | 0.44% | - |
| XYZ | 12.83 | 14.97 | 5.95 | - |
| YUV | 104.43 | 100.67 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 111 | 56 | 0.01 | 0 | 0.50 | 0.56 | 61.09 | 0.33 | 0.33 |
| Hex | 6E | 6F | 38 | 1 | 0 | 32 | 38 | 3D | 21 | 21 |
| Octal | 156 | 157 | 70 | 1 | 0 | 62 | 70 | 75 | 41 | 41 |
| Binary | 1101110 | 1101111 | 111000 | 1 | 0 | 110010 | 111000 | 111101 | 100001 | 100001 |
Color Harmonies of #6E6F38
Complementary color
Monochromatic Colors of #6E6F38
Black with #6E6F38
Text Example
Text Example
White with #6E6F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6F38; }
p { color: rgb(110,111,56); }
H1.HeaderClassName
{
color: #6E6F38;
}
.AnyTagClassName
{
color: #6E6F38;
}
</style>
background-color css
<style>
a { background-color: #6E6F38; }
a { background-color: rgb(110,111,56); }
div.DivClassName
{
background-color: #6E6F38;
}
.BgClassName
{
background-color: #6E6F38;
}
</style>
border-color css
<style>
span { border-color: #6E6F38; }
span { border-color: rgb(110,111,56); }
td.TdClassName
{
border-color: #6E6F38;
}
.TagClassName
{
border-color: #6E6F38;
}
</style>