Html Css Color HEX #647D59 Axolotl

📋 copy color: '#647D59'

red 100 ◦ green 125 ◦ blue 89

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

Shades of Axolotl #647D59

Tints of Axolotl #647D59

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.81%

 BLUE value IS 89 (35.16% from 255) = 28.34%

R = 31.85%
G = 39.81%
B = 28.34%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.29

 K value IS 0.51

RGB Variations

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

Color information

#647D59 (or 0x647D59) is known color: Axolotl. HEX triplet: 64, 7D and 59. RGB value is (100,125,89). Sum of RGB (Red+Green+Blue) = 100+125+89=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 89 (35.16% from 255 or 28.34% from 314); Max value from RGB is 125 - color contains mainly: green. Hex color #647D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647D59 is #9B82A6. Grayscale: #717171. Windows color (decimal): -10191527 or 5864804. OLE color: 5864804.

HSL color Cylindrical-coordinate representation of color #647D59: hue angle of 101.67º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #647D59 is Cyan = 0.2, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.

Color convert

RGB 100 125 89 -
CMYK 0.2 0 0.29 0.51
HSL 101.67º 0.17% 0.42% -
HSV(B) 101.67º 0.29% 0.49% -
XYZ 14.39 18.1 12.19 -
YUV 113.42 114.22 118.43 -
System Red Green Blue C M Y K H S L
Decimal 100 125 89 0.2 0 0.29 0.51 101.67 0.17 0.42
Hex 64 7D 59 14 0 1D 33 66 11 2A
Octal 144 175 131 24 0 35 63 146 21 52
Binary 1100100 1111101 1011001 10100 0 11101 110011 1100110 10001 101010

Color Harmonies of #647D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647D59

Black with #647D59

Text Example


Text Example

White with #647D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,125,89); }

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

background-color css

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

 a { background-color: rgb(100,125,89); }

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

border-color css

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

 span { border-color: rgb(100,125,89); }

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