Html Css Color HEX #647C53 Axolotl

📋 copy color: '#647C53'

red 100 ◦ green 124 ◦ blue 83

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

Shades of Axolotl #647C53

Tints of Axolotl #647C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.04%

R = 32.57%
G = 40.39%
B = 27.04%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#647C53 (or 0x647C53) is known color: Axolotl. HEX triplet: 64, 7C and 53. RGB value is (100,124,83). Sum of RGB (Red+Green+Blue) = 100+124+83=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 124 - color contains mainly: green. Hex color #647C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647C53 is #9B83AC. Grayscale: #707070. Windows color (decimal): -10191789 or 5471332. OLE color: 5471332.

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

Color convert

RGB 100 124 83 -
CMYK 0.19 0 0.33 0.51
HSL 95.12º 0.2% 0.41% -
HSV(B) 95.12º 0.33% 0.49% -
XYZ 14.02 17.75 10.87 -
YUV 112.15 111.55 119.33 -
System Red Green Blue C M Y K H S L
Decimal 100 124 83 0.19 0 0.33 0.51 95.12 0.2 0.41
Hex 64 7C 53 13 0 21 33 5F 14 29
Octal 144 174 123 23 0 41 63 137 24 51
Binary 1100100 1111100 1010011 10011 0 100001 110011 1011111 10100 101001

Color Harmonies of #647C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647C53

Black with #647C53

Text Example


Text Example

White with #647C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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