#677063

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

Shades of Axolotl #677063

Tints of Axolotl #677063

Color information

#677063 (or 0x677063) is unknown color: approx Axolotl. HEX triplet: 67, 70 and 63. RGB value is (103,112,99). Sum of RGB (Red+Green+Blue) = 103+112+99=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 112 - color contains mainly: green. Hex color #677063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677063 is #988F9C. Grayscale: #6B6B6B. Windows color (decimal): -9998237 or 6516839. OLE color: 6516839.

HSL color Cylindrical-coordinate representation of color #677063: hue angle of 101.54º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #677063 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB10311299-
CMYK0.0800.120.56
HSL101.54º6.16%41.37%-
HSV(B)101.54º11.61%43.92%-
XYZ13.6415.3714.05-
YUV107.83123.02124.56-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.80%
GREEN value IS 112 (44.14% from 255) = 35.67%
BLUE value IS 99 (39.06% from 255) = 31.53%
R=32.80%
G=35.67%
B=31.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103112990.0800.120.56101.546.1641.37
Hex67706380C3866629
Octal1471601431001470146651
Binary1100111111000011000111000011001110001100110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677063; }

 p { color: rgb(103,112,99); }

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

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

 a { background-color: rgb(103,112,99); }

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

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

 span { border-color: rgb(103,112,99); }

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