#6E6A4F

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

Shades of Crocodile #6E6A4F

Tints of Crocodile #6E6A4F

Color information

#6E6A4F (or 0x6E6A4F) is unknown color: approx Crocodile. HEX triplet: 6E, 6A and 4F. RGB value is (110,106,79). Sum of RGB (Red+Green+Blue) = 110+106+79=295 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.29% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6A4F is #9195B0. Grayscale: #686868. Windows color (decimal): -9541041 or 5204590. OLE color: 5204590.

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

Color convert

RGB11010679-
CMYK00.040.280.57
HSL52.26º16.4%37.06%-
HSV(B)52.26º28.18%43.14%-
XYZ1314.199.45-
YUV104.12113.83132.2-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.29%
GREEN value IS 106 (41.80% from 255) = 35.93%
BLUE value IS 79 (31.25% from 255) = 26.78%
R=37.29%
G=35.93%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101067900.040.280.5752.2616.437.06
Hex6E6A4F041C39341025
Octal156152117043471642045
Binary11011101101010100111101001110011100111010010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,106,79); }

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

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

 a { background-color: rgb(110,106,79); }

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

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

 span { border-color: rgb(110,106,79); }

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