#6A664F

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

Shades of Crocodile #6A664F

Tints of Crocodile #6A664F

Color information

#6A664F (or 0x6A664F) is unknown color: approx Crocodile. HEX triplet: 6A, 66 and 4F. RGB value is (106,102,79). Sum of RGB (Red+Green+Blue) = 106+102+79=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 106 - color contains mainly: red. Hex color #6A664F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A664F is #9599B0. Grayscale: #646464. Windows color (decimal): -9804209 or 5203562. OLE color: 5203562.

HSL color Cylindrical-coordinate representation of color #6A664F: hue angle of 51.11º 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 #6A664F is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB10610279-
CMYK00.040.250.58
HSL51.11º14.59%36.27%-
HSV(B)51.11º25.47%41.57%-
XYZ12.1113.139.29-
YUV100.57115.83131.87-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.93%
GREEN value IS 102 (40.23% from 255) = 35.54%
BLUE value IS 79 (31.25% from 255) = 27.53%
R=36.93%
G=35.54%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061027900.040.250.5851.1114.5936.27
Hex6A664F04193A33f24
Octal152146117043172631744
Binary1101010110011010011110100110011110101100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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