Shades of Crete #6E6B34
Tints of Crete #6E6B34
RGB
CMYK
RGB Variations
Color information
#6E6B34 (or 0x6E6B34) is known color: Crete. HEX triplet: 6E, 6B and 34. RGB value is (110,107,52). Sum of RGB (Red+Green+Blue) = 110+107+52=269 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.89% from 269); Green value is 107 (42.19% from 255 or 39.78% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6B34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6B34 is #9194CB. Grayscale: #656565. Windows color (decimal): -9540812 or 3435374. OLE color: 3435374.
HSL color Cylindrical-coordinate representation of color #6E6B34: hue angle of 56.9º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E6B34 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 107 | 52 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.57 |
| HSL | 56.9º | 0.36% | 0.32% | - |
| HSV(B) | 56.9º | 0.53% | 0.43% | - |
| XYZ | 12.31 | 14.08 | 5.32 | - |
| YUV | 101.63 | 99.99 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 107 | 52 | 0 | 0.03 | 0.53 | 0.57 | 56.9 | 0.36 | 0.32 |
| Hex | 6E | 6B | 34 | 0 | 3 | 35 | 39 | 39 | 24 | 20 |
| Octal | 156 | 153 | 64 | 0 | 3 | 65 | 71 | 71 | 44 | 40 |
| Binary | 1101110 | 1101011 | 110100 | 0 | 11 | 110101 | 111001 | 111001 | 100100 | 100000 |
Color Harmonies of #6E6B34
Complementary color
Monochromatic Colors of #6E6B34
Black with #6E6B34
Text Example
Text Example
White with #6E6B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6B34; }
p { color: rgb(110,107,52); }
H1.HeaderClassName
{
color: #6E6B34;
}
.AnyTagClassName
{
color: #6E6B34;
}
</style>
background-color css
<style>
a { background-color: #6E6B34; }
a { background-color: rgb(110,107,52); }
div.DivClassName
{
background-color: #6E6B34;
}
.BgClassName
{
background-color: #6E6B34;
}
</style>
border-color css
<style>
span { border-color: #6E6B34; }
span { border-color: rgb(110,107,52); }
td.TdClassName
{
border-color: #6E6B34;
}
.TagClassName
{
border-color: #6E6B34;
}
</style>