#6E6B36

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

Shades of Crete #6E6B36

Tints of Crete #6E6B36

Color information

#6E6B36 (or 0x6E6B36) is unknown color: approx Crete. HEX triplet: 6E, 6B and 36. RGB value is (110,107,54). Sum of RGB (Red+Green+Blue) = 110+107+54=271 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.59% from 271); Green value is 107 (42.19% from 255 or 39.48% from 271); Blue value is 54 (21.48% from 255 or 19.93% from 271); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6B36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6B36 is #9194C9. Grayscale: #666666. Windows color (decimal): -9540810 or 3566446. OLE color: 3566446.

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

Color convert

RGB11010754-
CMYK00.030.510.57
HSL56.79º34.15%32.16%-
HSV(B)56.79º50.91%43.14%-
XYZ12.3514.15.56-
YUV101.86100.99133.81-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.59%
GREEN value IS 107 (42.19% from 255) = 39.48%
BLUE value IS 54 (21.48% from 255) = 19.93%
R=40.59%
G=39.48%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101075400.030.510.5756.7934.1532.16
Hex6E6B36033339392220
Octal15615366036371714240
Binary11011101101011110110011110011111001111001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,107,54); }

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

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

 a { background-color: rgb(110,107,54); }

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

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

 span { border-color: rgb(110,107,54); }

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