#6E6959

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

Shades of Crocodile #6E6959

Tints of Crocodile #6E6959

Color information

#6E6959 (or 0x6E6959) is unknown color: approx Crocodile. HEX triplet: 6E, 69 and 59. RGB value is (110,105,89). Sum of RGB (Red+Green+Blue) = 110+105+89=304 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.18% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 89 (35.16% from 255 or 29.28% from 304); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6959 is #9196A6. Grayscale: #686868. Windows color (decimal): -9541287 or 5859694. OLE color: 5859694.

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

Color convert

RGB11010589-
CMYK00.050.190.57
HSL45.71º10.55%39.02%-
HSV(B)45.71º19.09%43.14%-
XYZ13.2914.1411.48-
YUV104.67119.16131.8-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.18%
GREEN value IS 105 (41.41% from 255) = 34.54%
BLUE value IS 89 (35.16% from 255) = 29.28%
R=36.18%
G=34.54%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101058900.050.190.5745.7110.5539.02
Hex6E69590513392eb27
Octal156151131052371561347
Binary1101110110100110110010101100111110011011101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,105,89); }

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

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

 a { background-color: rgb(110,105,89); }

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

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

 span { border-color: rgb(110,105,89); }

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