#6C6750

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

Shades of Crocodile #6C6750

Tints of Crocodile #6C6750

Color information

#6C6750 (or 0x6C6750) is unknown color: approx Crocodile. HEX triplet: 6C, 67 and 50. RGB value is (108,103,80). Sum of RGB (Red+Green+Blue) = 108+103+80=291 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.11% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6750 is #9398AF. Grayscale: #656565. Windows color (decimal): -9672880 or 5269356. OLE color: 5269356.

HSL color Cylindrical-coordinate representation of color #6C6750: hue angle of 49.29º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6C6750 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB10810380-
CMYK00.050.260.58
HSL49.29º14.89%36.86%-
HSV(B)49.29º25.93%42.35%-
XYZ12.4813.479.53-
YUV101.87115.66132.37-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.11%
GREEN value IS 103 (40.62% from 255) = 35.40%
BLUE value IS 80 (31.64% from 255) = 27.49%
R=37.11%
G=35.40%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1081038000.050.260.5849.2914.8936.86
Hex6C6750051A3A31f25
Octal154147120053272611745
Binary1101100110011110100000101110101110101100011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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