Html Css Color HEX #647C54 Axolotl

📋 copy color: '#647C54'

red 100 ◦ green 124 ◦ blue 84

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

Shades of Axolotl #647C54

Tints of Axolotl #647C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 27.27%

R = 32.47%
G = 40.26%
B = 27.27%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.32

 K value IS 0.51

RGB Variations

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

Color information

#647C54 (or 0x647C54) is known color: Axolotl. HEX triplet: 64, 7C and 54. RGB value is (100,124,84). Sum of RGB (Red+Green+Blue) = 100+124+84=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 84 (33.20% from 255 or 27.27% from 308); Max value from RGB is 124 - color contains mainly: green. Hex color #647C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647C54 is #9B83AB. Grayscale: #707070. Windows color (decimal): -10191788 or 5536868. OLE color: 5536868.

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

Color convert

RGB 100 124 84 -
CMYK 0.19 0 0.32 0.51
HSL 96º 0.19% 0.41% -
HSV(B) 96º 0.32% 0.49% -
XYZ 14.06 17.76 11.08 -
YUV 112.26 112.05 119.25 -
System Red Green Blue C M Y K H S L
Decimal 100 124 84 0.19 0 0.32 0.51 96 0.19 0.41
Hex 64 7C 54 13 0 20 33 60 13 29
Octal 144 174 124 23 0 40 63 140 23 51
Binary 1100100 1111100 1010100 10011 0 100000 110011 1100000 10011 101001

Color Harmonies of #647C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647C54

Black with #647C54

Text Example


Text Example

White with #647C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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