#6E6750

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

Shades of Crocodile #6E6750

Tints of Crocodile #6E6750

Color information

#6E6750 (or 0x6E6750) is unknown color: approx Crocodile. HEX triplet: 6E, 67 and 50. RGB value is (110,103,80). Sum of RGB (Red+Green+Blue) = 110+103+80=293 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.54% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6750 is #9198AF. Grayscale: #666666. Windows color (decimal): -9541808 or 5269358. OLE color: 5269358.

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

Color convert

RGB11010380-
CMYK00.060.270.57
HSL46º15.79%37.25%-
HSV(B)46º27.27%43.14%-
XYZ12.7313.599.54-
YUV102.47115.32133.37-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.54%
GREEN value IS 103 (40.62% from 255) = 35.15%
BLUE value IS 80 (31.64% from 255) = 27.30%
R=37.54%
G=35.15%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101038000.060.270.574615.7937.25
Hex6E6750061B392e1025
Octal156147120063371562045
Binary11011101100111101000001101101111100110111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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