Html Css Color HEX #647856 Axolotl

📋 copy color: '#647856'

red 100 ◦ green 120 ◦ blue 86

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

Shades of Axolotl #647856

Tints of Axolotl #647856

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.22%

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

R = 32.68%
G = 39.22%
B = 28.1%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#647856 (or 0x647856) is known color: Axolotl. HEX triplet: 64, 78 and 56. RGB value is (100,120,86). Sum of RGB (Red+Green+Blue) = 100+120+86=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 120 - color contains mainly: green. Hex color #647856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647856 is #9B87A9. Grayscale: #6E6E6E. Windows color (decimal): -10192810 or 5666916. OLE color: 5666916.

HSL color Cylindrical-coordinate representation of color #647856: hue angle of 95.29º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #647856 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 100 120 86 -
CMYK 0.17 0 0.28 0.53
HSL 95.29º 0.17% 0.4% -
HSV(B) 95.29º 0.28% 0.47% -
XYZ 13.65 16.81 11.33 -
YUV 110.14 114.37 120.76 -
System Red Green Blue C M Y K H S L
Decimal 100 120 86 0.17 0 0.28 0.53 95.29 0.17 0.4
Hex 64 78 56 11 0 1C 35 5F 11 28
Octal 144 170 126 21 0 34 65 137 21 50
Binary 1100100 1111000 1010110 10001 0 11100 110101 1011111 10001 101000

Color Harmonies of #647856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647856

Black with #647856

Text Example


Text Example

White with #647856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647856; }

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

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

background-color css

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

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

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

border-color css

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

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

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