#6E6650

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

Shades of Crocodile #6E6650

Tints of Crocodile #6E6650

Color information

#6E6650 (or 0x6E6650) is unknown color: approx Crocodile. HEX triplet: 6E, 66 and 50. RGB value is (110,102,80). Sum of RGB (Red+Green+Blue) = 110+102+80=292 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.67% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6650 is #9199AF. Grayscale: #656565. Windows color (decimal): -9542064 or 5269102. OLE color: 5269102.

HSL color Cylindrical-coordinate representation of color #6E6650: 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.27%. Process color model (Four color, CMYK) of #6E6650 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB11010280-
CMYK00.070.270.57
HSL44º15.79%37.25%-
HSV(B)44º27.27%43.14%-
XYZ12.6313.49.51-
YUV101.88115.65133.79-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.67%
GREEN value IS 102 (40.23% from 255) = 34.93%
BLUE value IS 80 (31.64% from 255) = 27.40%
R=37.67%
G=34.93%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101028000.070.270.574415.7937.25
Hex6E6650071B392c1025
Octal156146120073371542045
Binary11011101100110101000001111101111100110110010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,102,80); }

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

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

 a { background-color: rgb(110,102,80); }

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

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

 span { border-color: rgb(110,102,80); }

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