#677163

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

Shades of Axolotl #677163

Tints of Axolotl #677163

Color information

#677163 (or 0x677163) is unknown color: approx Axolotl. HEX triplet: 67, 71 and 63. RGB value is (103,113,99). Sum of RGB (Red+Green+Blue) = 103+113+99=315 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.70% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 113 - color contains mainly: green. Hex color #677163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677163 is #988E9C. Grayscale: #6C6C6C. Windows color (decimal): -9997981 or 6517095. OLE color: 6517095.

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

Color convert

RGB10311399-
CMYK0.0900.120.56
HSL102.86º6.6%41.57%-
HSV(B)102.86º12.39%44.31%-
XYZ13.7515.5914.09-
YUV108.41122.69124.14-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.70%
GREEN value IS 113 (44.53% from 255) = 35.87%
BLUE value IS 99 (39.06% from 255) = 31.43%
R=32.70%
G=35.87%
B=31.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103113990.0900.120.56102.866.641.57
Hex67716390C386772a
Octal1471611431101470147752
Binary1100111111000111000111001011001110001100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677163; }

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

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

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

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

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

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

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

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