#627256

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

Shades of Axolotl #627256

Tints of Axolotl #627256

Color information

#627256 (or 0x627256) is unknown color: approx Axolotl. HEX triplet: 62, 72 and 56. RGB value is (98,114,86). Sum of RGB (Red+Green+Blue) = 98+114+86=298 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.89% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 86 (33.98% from 255 or 28.86% from 298); Max value from RGB is 114 - color contains mainly: green. Hex color #627256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627256 is #9D8DA9. Grayscale: #6A6A6A. Windows color (decimal): -10325418 or 5665378. OLE color: 5665378.

HSL color Cylindrical-coordinate representation of color #627256: hue angle of 94.29º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #627256 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB9811486-
CMYK0.1400.250.55
HSL94.29º14%39.22%-
HSV(B)94.29º24.56%44.71%-
XYZ12.7315.311.09-
YUV106.02116.7122.28-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.89%
GREEN value IS 114 (44.92% from 255) = 38.26%
BLUE value IS 86 (33.98% from 255) = 28.86%
R=32.89%
G=38.26%
B=28.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal98114860.1400.250.5594.291439.22
Hex627256E019375ee27
Octal14216212616031671361647
Binary110001011100101010110111001100111011110111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627256; }

 p { color: rgb(98,114,86); }

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

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

 a { background-color: rgb(98,114,86); }

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

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

 span { border-color: rgb(98,114,86); }

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