#6D654C

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

Shades of Crocodile #6D654C

Tints of Crocodile #6D654C

Color information

#6D654C (or 0x6D654C) is unknown color: approx Crocodile. HEX triplet: 6D, 65 and 4C. RGB value is (109,101,76). Sum of RGB (Red+Green+Blue) = 109+101+76=286 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.11% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 109 - color contains mainly: red. Hex color #6D654C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D654C is #929AB3. Grayscale: #646464. Windows color (decimal): -9607860 or 5006701. OLE color: 5006701.

HSL color Cylindrical-coordinate representation of color #6D654C: hue angle of 45.45º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D654C is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.57.

Color convert

RGB10910176-
CMYK00.070.300.57
HSL45.45º17.84%36.27%-
HSV(B)45.45º30.28%42.75%-
XYZ12.2613.088.72-
YUV100.54114.15134.03-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.11%
GREEN value IS 101 (39.84% from 255) = 35.31%
BLUE value IS 76 (30.08% from 255) = 26.57%
R=38.11%
G=35.31%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091017600.070.300.5745.4517.8436.27
Hex6D654C071E392d1224
Octal155145114073671552244
Binary11011011100101100110001111111011100110110110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D654C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,101,76); }

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

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

 a { background-color: rgb(109,101,76); }

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

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

 span { border-color: rgb(109,101,76); }

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