Html Css Color HEX #647C56 Axolotl

📋 copy color: '#647C56'

red 100 ◦ green 124 ◦ blue 86

#647C56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Axolotl #647C56

Tints of Axolotl #647C56

RGB

 RED value IS 100 (39.45% from 255) = 32.26%

 GREEN value IS 124 (48.83% from 255) = 40%

 BLUE value IS 86 (33.98% from 255) = 27.74%

R = 32.26%
G = 40%
B = 27.74%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.31

 K value IS 0.51

RGB Variations

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

Color information

#647C56 (or 0x647C56) is known color: Axolotl. HEX triplet: 64, 7C and 56. RGB value is (100,124,86). Sum of RGB (Red+Green+Blue) = 100+124+86=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 124 - color contains mainly: green. Hex color #647C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647C56 is #9B83A9. Grayscale: #707070. Windows color (decimal): -10191786 or 5667940. OLE color: 5667940.

HSL color Cylindrical-coordinate representation of color #647C56: hue angle of 97.89º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #647C56 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB 100 124 86 -
CMYK 0.19 0 0.31 0.51
HSL 97.89º 0.18% 0.41% -
HSV(B) 97.89º 0.31% 0.49% -
XYZ 14.14 17.8 11.49 -
YUV 112.49 113.05 119.09 -
System Red Green Blue C M Y K H S L
Decimal 100 124 86 0.19 0 0.31 0.51 97.89 0.18 0.41
Hex 64 7C 56 13 0 1F 33 62 12 29
Octal 144 174 126 23 0 37 63 142 22 51
Binary 1100100 1111100 1010110 10011 0 11111 110011 1100010 10010 101001

Color Harmonies of #647C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647C56

Black with #647C56

Text Example


Text Example

White with #647C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #647C56;
 }
 .AnyTagClassName
 {
   color: #647C56;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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