#6A6556

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

Shades of Crocodile #6A6556

Tints of Crocodile #6A6556

Color information

#6A6556 (or 0x6A6556) is unknown color: approx Crocodile. HEX triplet: 6A, 65 and 56. RGB value is (106,101,86). Sum of RGB (Red+Green+Blue) = 106+101+86=293 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.18% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6556 is #959AA9. Grayscale: #646464. Windows color (decimal): -9804458 or 5662058. OLE color: 5662058.

HSL color Cylindrical-coordinate representation of color #6A6556: hue angle of 45º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6A6556 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB10610186-
CMYK00.050.190.58
HSL45º10.42%37.65%-
HSV(B)45º18.87%41.57%-
XYZ12.2813.0410.67-
YUV100.78119.66131.72-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.18%
GREEN value IS 101 (39.84% from 255) = 34.47%
BLUE value IS 86 (33.98% from 255) = 29.35%
R=36.18%
G=34.47%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061018600.050.190.584510.4237.65
Hex6A655605133A2da26
Octal152145126052372551246
Binary1101010110010110101100101100111110101011011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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