#647B56

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

Shades of Axolotl #647B56

Tints of Axolotl #647B56

Color information

#647B56 (or 0x647B56) is unknown color: approx Axolotl. HEX triplet: 64, 7B and 56. RGB value is (100,123,86). Sum of RGB (Red+Green+Blue) = 100+123+86=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 123 - color contains mainly: green. Hex color #647B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647B56 is #9B84A9. Grayscale: #707070. Windows color (decimal): -10192042 or 5667684. OLE color: 5667684.

HSL color Cylindrical-coordinate representation of color #647B56: hue angle of 97.3º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #647B56 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB10012386-
CMYK0.1900.300.52
HSL97.3º17.7%40.98%-
HSV(B)97.3º30.08%48.24%-
XYZ14.0217.5511.45-
YUV111.9113.38119.51-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.36%
GREEN value IS 123 (48.44% from 255) = 39.81%
BLUE value IS 86 (33.98% from 255) = 27.83%
R=32.36%
G=39.81%
B=27.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal100123860.1900.300.5297.317.740.98
Hex647B561301E34611229
Octal14417312623036641412251
Binary11001001111011101011010011011110110100110000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647B56; }

 p { color: rgb(100,123,86); }

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

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

 a { background-color: rgb(100,123,86); }

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

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

 span { border-color: rgb(100,123,86); }

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