#6A654F

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

Shades of Crocodile #6A654F

Tints of Crocodile #6A654F

Color information

#6A654F (or 0x6A654F) is unknown color: approx Crocodile. HEX triplet: 6A, 65 and 4F. RGB value is (106,101,79). Sum of RGB (Red+Green+Blue) = 106+101+79=286 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.06% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 106 - color contains mainly: red. Hex color #6A654F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A654F is #959AB0. Grayscale: #646464. Windows color (decimal): -9804465 or 5203306. OLE color: 5203306.

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

Color convert

RGB10610179-
CMYK00.050.250.58
HSL48.89º14.59%36.27%-
HSV(B)48.89º25.47%41.57%-
XYZ12.0112.949.26-
YUV99.99116.16132.29-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.06%
GREEN value IS 101 (39.84% from 255) = 35.31%
BLUE value IS 79 (31.25% from 255) = 27.62%
R=37.06%
G=35.31%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061017900.050.250.5848.8914.5936.27
Hex6A654F05193A31f24
Octal152145117053172611744
Binary1101010110010110011110101110011110101100011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A654F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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