#6D684E

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

Shades of Crocodile #6D684E

Tints of Crocodile #6D684E

Color information

#6D684E (or 0x6D684E) is unknown color: approx Crocodile. HEX triplet: 6D, 68 and 4E. RGB value is (109,104,78). Sum of RGB (Red+Green+Blue) = 109+104+78=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 109 - color contains mainly: red. Hex color #6D684E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D684E is #9297B1. Grayscale: #666666. Windows color (decimal): -9607090 or 5138541. OLE color: 5138541.

HSL color Cylindrical-coordinate representation of color #6D684E: hue angle of 50.32º degrees, saturation: 0.17, 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 #6D684E is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.57.

Color convert

RGB10910478-
CMYK00.050.280.57
HSL50.32º16.58%36.67%-
HSV(B)50.32º28.44%42.75%-
XYZ12.6313.79.19-
YUV102.53114.16132.61-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.46%
GREEN value IS 104 (41.02% from 255) = 35.74%
BLUE value IS 78 (30.86% from 255) = 26.80%
R=37.46%
G=35.74%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091047800.050.280.5750.3216.5836.67
Hex6D684E051C39321125
Octal155150116053471622145
Binary11011011101000100111001011110011100111001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D684E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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