#6A7763

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

Shades of Axolotl #6A7763

Tints of Axolotl #6A7763

Color information

#6A7763 (or 0x6A7763) is unknown color: approx Axolotl. HEX triplet: 6A, 77 and 63. RGB value is (106,119,99). Sum of RGB (Red+Green+Blue) = 106+119+99=324 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.72% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 119 - color contains mainly: green. Hex color #6A7763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7763 is #95889C. Grayscale: #707070. Windows color (decimal): -9799837 or 6518634. OLE color: 6518634.

HSL color Cylindrical-coordinate representation of color #6A7763: hue angle of 99º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6A7763 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB10611999-
CMYK0.1100.170.53
HSL99º9.17%42.75%-
HSV(B)99º16.81%46.67%-
XYZ14.7917.1614.34-
YUV112.83120.19123.13-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.72%
GREEN value IS 119 (46.88% from 255) = 36.73%
BLUE value IS 99 (39.06% from 255) = 30.56%
R=32.72%
G=36.73%
B=30.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal106119990.1100.170.53999.1742.75
Hex6A7763B011356392b
Octal15216714313021651431153
Binary110101011101111100011101101000111010111000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,119,99); }

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

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

 a { background-color: rgb(106,119,99); }

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

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

 span { border-color: rgb(106,119,99); }

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