#6E6744

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

Shades of Crocodile #6E6744

Tints of Crocodile #6E6744

Color information

#6E6744 (or 0x6E6744) is unknown color: approx Crocodile. HEX triplet: 6E, 67 and 44. RGB value is (110,103,68). Sum of RGB (Red+Green+Blue) = 110+103+68=281 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.15% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6744 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6744 is #9198BB. Grayscale: #656565. Windows color (decimal): -9541820 or 4482926. OLE color: 4482926.

HSL color Cylindrical-coordinate representation of color #6E6744: hue angle of 50º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6E6744 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.57.

Color convert

RGB11010368-
CMYK00.060.380.57
HSL50º23.6%34.9%-
HSV(B)50º38.18%43.14%-
XYZ12.3213.437.41-
YUV101.1109.32134.35-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.15%
GREEN value IS 103 (40.62% from 255) = 36.65%
BLUE value IS 68 (26.95% from 255) = 24.20%
R=39.15%
G=36.65%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101036800.060.380.575023.634.9
Hex6E6744062639321823
Octal156147104064671623043
Binary110111011001111000100011010011011100111001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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