#677261

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

Shades of Axolotl #677261

Tints of Axolotl #677261

Color information

#677261 (or 0x677261) is unknown color: approx Axolotl. HEX triplet: 67, 72 and 61. RGB value is (103,114,97). Sum of RGB (Red+Green+Blue) = 103+114+97=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 114 - color contains mainly: green. Hex color #677261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677261 is #988D9E. Grayscale: #6C6C6C. Windows color (decimal): -9997727 or 6386279. OLE color: 6386279.

HSL color Cylindrical-coordinate representation of color #677261: hue angle of 98.82º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #677261 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB10311497-
CMYK0.1000.150.55
HSL98.82º8.06%41.37%-
HSV(B)98.82º14.91%44.71%-
XYZ13.7715.7813.63-
YUV108.77121.36123.88-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.80%
GREEN value IS 114 (44.92% from 255) = 36.31%
BLUE value IS 97 (38.28% from 255) = 30.89%
R=32.80%
G=36.31%
B=30.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal103114970.1000.150.5598.828.0641.37
Hex677261A0F3763829
Octal14716214112017671431051
Binary11001111110010110000110100111111011111000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677261; }

 p { color: rgb(103,114,97); }

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

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

 a { background-color: rgb(103,114,97); }

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

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

 span { border-color: rgb(103,114,97); }

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