#6D6950

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

Shades of Crocodile #6D6950

Tints of Crocodile #6D6950

Color information

#6D6950 (or 0x6D6950) is unknown color: approx Crocodile. HEX triplet: 6D, 69 and 50. RGB value is (109,105,80). Sum of RGB (Red+Green+Blue) = 109+105+80=294 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.07% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6950 is #9296AF. Grayscale: #676767. Windows color (decimal): -9606832 or 5269869. OLE color: 5269869.

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

Color convert

RGB10910580-
CMYK00.040.270.57
HSL51.72º15.34%37.06%-
HSV(B)51.72º26.61%42.75%-
XYZ12.8113.939.6-
YUV103.35114.83132.03-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.07%
GREEN value IS 105 (41.41% from 255) = 35.71%
BLUE value IS 80 (31.64% from 255) = 27.21%
R=37.07%
G=35.71%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091058000.040.270.5751.7215.3437.06
Hex6D6950041B3934f25
Octal155151120043371641745
Binary1101101110100110100000100110111110011101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,105,80); }

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

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

 a { background-color: rgb(109,105,80); }

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

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

 span { border-color: rgb(109,105,80); }

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