#6D684D

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

Shades of Crocodile #6D684D

Tints of Crocodile #6D684D

Color information

#6D684D (or 0x6D684D) is unknown color: approx Crocodile. HEX triplet: 6D, 68 and 4D. RGB value is (109,104,77). Sum of RGB (Red+Green+Blue) = 109+104+77=290 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.59% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 109 - color contains mainly: red. Hex color #6D684D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D684D is #9297B2. Grayscale: #666666. Windows color (decimal): -9607091 or 5073005. OLE color: 5073005.

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

Color convert

RGB10910477-
CMYK00.050.290.57
HSL50.62º17.2%36.47%-
HSV(B)50.62º29.36%42.75%-
XYZ12.613.699-
YUV102.42113.66132.7-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.59%
GREEN value IS 104 (41.02% from 255) = 35.86%
BLUE value IS 77 (30.47% from 255) = 26.55%
R=37.59%
G=35.86%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091047700.050.290.5750.6217.236.47
Hex6D684D051D39331124
Octal155150115053571632144
Binary11011011101000100110101011110111100111001110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D684D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,104,77); }

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

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

 a { background-color: rgb(109,104,77); }

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

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

 span { border-color: rgb(109,104,77); }

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