#6E6857

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

Shades of Crocodile #6E6857

Tints of Crocodile #6E6857

Color information

#6E6857 (or 0x6E6857) is unknown color: approx Crocodile. HEX triplet: 6E, 68 and 57. RGB value is (110,104,87). Sum of RGB (Red+Green+Blue) = 110+104+87=301 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.54% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 87 (34.38% from 255 or 28.90% from 301); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6857 is #9197A8. Grayscale: #676767. Windows color (decimal): -9541545 or 5728366. OLE color: 5728366.

HSL color Cylindrical-coordinate representation of color #6E6857: hue angle of 44.35º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6E6857 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.57.

Color convert

RGB11010487-
CMYK00.050.210.57
HSL44.35º11.68%38.63%-
HSV(B)44.35º20.91%43.14%-
XYZ13.113.911.01-
YUV103.86118.49132.38-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.54%
GREEN value IS 104 (41.02% from 255) = 34.55%
BLUE value IS 87 (34.38% from 255) = 28.90%
R=36.54%
G=34.55%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101048700.050.210.5744.3511.6838.63
Hex6E68570515392cc27
Octal156150127052571541447
Binary1101110110100010101110101101011110011011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,104,87); }

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

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

 a { background-color: rgb(110,104,87); }

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

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

 span { border-color: rgb(110,104,87); }

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