#6D654F

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

Shades of Crocodile #6D654F

Tints of Crocodile #6D654F

Color information

#6D654F (or 0x6D654F) is unknown color: approx Crocodile. HEX triplet: 6D, 65 and 4F. RGB value is (109,101,79). Sum of RGB (Red+Green+Blue) = 109+101+79=289 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.72% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 109 - color contains mainly: red. Hex color #6D654F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D654F is #929AB0. Grayscale: #646464. Windows color (decimal): -9607857 or 5203309. OLE color: 5203309.

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

Color convert

RGB10910179-
CMYK00.070.280.57
HSL44º15.96%36.86%-
HSV(B)44º27.52%42.75%-
XYZ12.3713.129.28-
YUV100.88115.65133.79-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.72%
GREEN value IS 101 (39.84% from 255) = 34.95%
BLUE value IS 79 (31.25% from 255) = 27.34%
R=37.72%
G=34.95%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091017900.070.280.574415.9636.86
Hex6D654F071C392c1025
Octal155145117073471542045
Binary11011011100101100111101111110011100110110010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D654F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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