#6A644F

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

Shades of Crocodile #6A644F

Tints of Crocodile #6A644F

Color information

#6A644F (or 0x6A644F) is unknown color: approx Crocodile. HEX triplet: 6A, 64 and 4F. RGB value is (106,100,79). Sum of RGB (Red+Green+Blue) = 106+100+79=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 106 - color contains mainly: red. Hex color #6A644F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A644F is #959BB0. Grayscale: #636363. Windows color (decimal): -9804721 or 5203050. OLE color: 5203050.

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

Color convert

RGB10610079-
CMYK00.060.250.58
HSL46.67º14.59%36.27%-
HSV(B)46.67º25.47%41.57%-
XYZ11.9112.749.23-
YUV99.4116.49132.71-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.19%
GREEN value IS 100 (39.45% from 255) = 35.09%
BLUE value IS 79 (31.25% from 255) = 27.72%
R=37.19%
G=35.09%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061007900.060.250.5846.6714.5936.27
Hex6A644F06193A2ff24
Octal152144117063172571744
Binary1101010110010010011110110110011110101011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A644F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,100,79); }

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

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

 a { background-color: rgb(106,100,79); }

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

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

 span { border-color: rgb(106,100,79); }

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