#6E6751

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

Shades of Crocodile #6E6751

Tints of Crocodile #6E6751

Color information

#6E6751 (or 0x6E6751) is unknown color: approx Crocodile. HEX triplet: 6E, 67 and 51. RGB value is (110,103,81). Sum of RGB (Red+Green+Blue) = 110+103+81=294 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.41% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6751 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6751 is #9198AE. Grayscale: #666666. Windows color (decimal): -9541807 or 5334894. OLE color: 5334894.

HSL color Cylindrical-coordinate representation of color #6E6751: hue angle of 45.52º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6E6751 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.57.

Color convert

RGB11010381-
CMYK00.060.260.57
HSL45.52º15.18%37.45%-
HSV(B)45.52º26.36%43.14%-
XYZ12.7713.619.74-
YUV102.58115.82133.29-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.41%
GREEN value IS 103 (40.62% from 255) = 35.03%
BLUE value IS 81 (32.03% from 255) = 27.55%
R=37.41%
G=35.03%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101038100.060.260.5745.5215.1837.45
Hex6E6751061A392ef25
Octal156147121063271561745
Binary1101110110011110100010110110101110011011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,103,81); }

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

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

 a { background-color: rgb(110,103,81); }

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

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

 span { border-color: rgb(110,103,81); }

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