#6E6C39

Color #6E6C39 Crete (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crete #6E6C39

Tints of Crete #6E6C39

Color information

#6E6C39 (or 0x6E6C39) is unknown color: approx Crete. HEX triplet: 6E, 6C and 39. RGB value is (110,108,57). Sum of RGB (Red+Green+Blue) = 110+108+57=275 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40% from 275); Green value is 108 (42.58% from 255 or 39.27% from 275); Blue value is 57 (22.66% from 255 or 20.73% from 275); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6C39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6C39 is #9193C6. Grayscale: #666666. Windows color (decimal): -9540551 or 3763310. OLE color: 3763310.

HSL color Cylindrical-coordinate representation of color #6E6C39: hue angle of 57.74º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E6C39 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.57.

Color convert

RGB11010857-
CMYK00.020.480.57
HSL57.74º31.74%32.75%-
HSV(B)57.74º48.18%43.14%-
XYZ12.5314.345.98-
YUV102.78102.16133.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 110 (43.36% from 255) = 40%
GREEN value IS 108 (42.58% from 255) = 39.27%
BLUE value IS 57 (22.66% from 255) = 20.73%
R=40%
G=39.27%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101085700.020.480.5757.7431.7432.75
Hex6E6C390230393a2021
Octal15615471026071724041
Binary11011101101100111001010110000111001111010100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E6C39; }

 p { color: rgb(110,108,57); }

 H1.HeaderClassName
 {
   color: #6E6C39;
 }
 .AnyTagClassName
 {
   color: #6E6C39;
 }
</style>
background-color css

<style>
 a { background-color: #6E6C39; }

 a { background-color: rgb(110,108,57); }

 div.DivClassName
 {
   background-color: #6E6C39;
 }
 .BgClassName
 {
   background-color: #6E6C39;
 }
</style>
border-color css

<style>
 span { border-color: #6E6C39; }

 span { border-color: rgb(110,108,57); }

 td.TdClassName
 {
   border-color: #6E6C39;
 }
 .TagClassName
 {
   border-color: #6E6C39;
 }
</style>