#6A6656

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

Shades of Crocodile #6A6656

Tints of Crocodile #6A6656

Color information

#6A6656 (or 0x6A6656) is unknown color: approx Crocodile. HEX triplet: 6A, 66 and 56. RGB value is (106,102,86). Sum of RGB (Red+Green+Blue) = 106+102+86=294 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.05% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6656 is #9599A9. Grayscale: #656565. Windows color (decimal): -9804202 or 5662314. OLE color: 5662314.

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

Color convert

RGB10610286-
CMYK00.040.190.58
HSL48º10.42%37.65%-
HSV(B)48º18.87%41.57%-
XYZ12.3713.2410.71-
YUV101.37119.33131.3-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.05%
GREEN value IS 102 (40.23% from 255) = 34.69%
BLUE value IS 86 (33.98% from 255) = 29.25%
R=36.05%
G=34.69%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061028600.040.190.584810.4237.65
Hex6A665604133A30a26
Octal152146126042372601246
Binary1101010110011010101100100100111110101100001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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