Shades of Crete #6F6C3A
Tints of Crete #6F6C3A
RGB
CMYK
RGB Variations
Color information
#6F6C3A (or 0x6F6C3A) is known color: Crete. HEX triplet: 6F, 6C and 3A. RGB value is (111,108,58). Sum of RGB (Red+Green+Blue) = 111+108+58=277 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.07% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6C3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6C3A is #9093C5. Grayscale: #676767. Windows color (decimal): -9475014 or 3828847. OLE color: 3828847.
HSL color Cylindrical-coordinate representation of color #6F6C3A: hue angle of 56.6º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F6C3A is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 108 | 58 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.56 |
| HSL | 56.6º | 0.31% | 0.33% | - |
| HSV(B) | 56.6º | 0.48% | 0.44% | - |
| XYZ | 12.68 | 14.41 | 6.12 | - |
| YUV | 103.2 | 102.49 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 108 | 58 | 0 | 0.03 | 0.48 | 0.56 | 56.6 | 0.31 | 0.33 |
| Hex | 6F | 6C | 3A | 0 | 3 | 30 | 38 | 39 | 1F | 21 |
| Octal | 157 | 154 | 72 | 0 | 3 | 60 | 70 | 71 | 37 | 41 |
| Binary | 1101111 | 1101100 | 111010 | 0 | 11 | 110000 | 111000 | 111001 | 11111 | 100001 |
Color Harmonies of #6F6C3A
Complementary color
Monochromatic Colors of #6F6C3A
Black with #6F6C3A
Text Example
Text Example
White with #6F6C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6C3A; }
p { color: rgb(111,108,58); }
H1.HeaderClassName
{
color: #6F6C3A;
}
.AnyTagClassName
{
color: #6F6C3A;
}
</style>
background-color css
<style>
a { background-color: #6F6C3A; }
a { background-color: rgb(111,108,58); }
div.DivClassName
{
background-color: #6F6C3A;
}
.BgClassName
{
background-color: #6F6C3A;
}
</style>
border-color css
<style>
span { border-color: #6F6C3A; }
span { border-color: rgb(111,108,58); }
td.TdClassName
{
border-color: #6F6C3A;
}
.TagClassName
{
border-color: #6F6C3A;
}
</style>