#6A6447

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

Shades of Crocodile #6A6447

Tints of Crocodile #6A6447

Color information

#6A6447 (or 0x6A6447) is unknown color: approx Crocodile. HEX triplet: 6A, 64 and 47. RGB value is (106,100,71). Sum of RGB (Red+Green+Blue) = 106+100+71=277 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.27% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 71 (28.12% from 255 or 25.63% from 277); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6447 is #959BB8. Grayscale: #626262. Windows color (decimal): -9804729 or 4678762. OLE color: 4678762.

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

Color convert

RGB10610071-
CMYK00.060.330.58
HSL49.71º19.77%34.71%-
HSV(B)49.71º33.02%41.57%-
XYZ11.6412.637.79-
YUV98.49112.49133.36-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.27%
GREEN value IS 100 (39.45% from 255) = 36.10%
BLUE value IS 71 (28.12% from 255) = 25.63%
R=38.27%
G=36.10%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061007100.060.330.5849.7119.7734.71
Hex6A644706213A321423
Octal152144107064172622443
Binary110101011001001000111011010000111101011001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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