#6D674A

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

Shades of Crocodile #6D674A

Tints of Crocodile #6D674A

Color information

#6D674A (or 0x6D674A) is unknown color: approx Crocodile. HEX triplet: 6D, 67 and 4A. RGB value is (109,103,74). Sum of RGB (Red+Green+Blue) = 109+103+74=286 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.11% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 109 - color contains mainly: red. Hex color #6D674A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D674A is #9298B5. Grayscale: #656565. Windows color (decimal): -9607350 or 4876141. OLE color: 4876141.

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

Color convert

RGB10910374-
CMYK00.060.320.57
HSL49.71º19.13%35.88%-
HSV(B)49.71º32.11%42.75%-
XYZ12.3913.458.42-
YUV101.49112.49133.36-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.11%
GREEN value IS 103 (40.62% from 255) = 36.01%
BLUE value IS 74 (29.30% from 255) = 25.87%
R=38.11%
G=36.01%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091037400.060.320.5749.7119.1335.88
Hex6D674A062039321324
Octal155147112064071622344
Binary110110111001111001010011010000011100111001010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D674A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,103,74); }

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

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

 a { background-color: rgb(109,103,74); }

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

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

 span { border-color: rgb(109,103,74); }

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