Shades of Crete #6F6C34
Tints of Crete #6F6C34
RGB
CMYK
RGB Variations
Color information
#6F6C34 (or 0x6F6C34) is known color: Crete. HEX triplet: 6F, 6C and 34. RGB value is (111,108,52). Sum of RGB (Red+Green+Blue) = 111+108+52=271 (35% of max value = 765). Red value is 111 (43.75% from 255 or 40.96% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6C34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6C34 is #9093CB. Grayscale: #666666. Windows color (decimal): -9475020 or 3435631. OLE color: 3435631.
HSL color Cylindrical-coordinate representation of color #6F6C34: hue angle of 56.95º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F6C34 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 108 | 52 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.56 |
| HSL | 56.95º | 0.36% | 0.32% | - |
| HSV(B) | 56.95º | 0.53% | 0.44% | - |
| XYZ | 12.54 | 14.35 | 5.36 | - |
| YUV | 102.51 | 99.49 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 108 | 52 | 0 | 0.03 | 0.53 | 0.56 | 56.95 | 0.36 | 0.32 |
| Hex | 6F | 6C | 34 | 0 | 3 | 35 | 38 | 39 | 24 | 20 |
| Octal | 157 | 154 | 64 | 0 | 3 | 65 | 70 | 71 | 44 | 40 |
| Binary | 1101111 | 1101100 | 110100 | 0 | 11 | 110101 | 111000 | 111001 | 100100 | 100000 |
Color Harmonies of #6F6C34
Complementary color
Monochromatic Colors of #6F6C34
Black with #6F6C34
Text Example
Text Example
White with #6F6C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6C34; }
p { color: rgb(111,108,52); }
H1.HeaderClassName
{
color: #6F6C34;
}
.AnyTagClassName
{
color: #6F6C34;
}
</style>
background-color css
<style>
a { background-color: #6F6C34; }
a { background-color: rgb(111,108,52); }
div.DivClassName
{
background-color: #6F6C34;
}
.BgClassName
{
background-color: #6F6C34;
}
</style>
border-color css
<style>
span { border-color: #6F6C34; }
span { border-color: rgb(111,108,52); }
td.TdClassName
{
border-color: #6F6C34;
}
.TagClassName
{
border-color: #6F6C34;
}
</style>