Html Css Color HEX #647A5B Axolotl

📋 copy color: '#647A5B'

red 100 ◦ green 122 ◦ blue 91

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

Shades of Axolotl #647A5B

Tints of Axolotl #647A5B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.98%

 BLUE value IS 91 (35.94% from 255) = 29.07%

R = 31.95%
G = 38.98%
B = 29.07%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.25

 K value IS 0.52

RGB Variations

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

Color information

#647A5B (or 0x647A5B) is known color: Axolotl. HEX triplet: 64, 7A and 5B. RGB value is (100,122,91). Sum of RGB (Red+Green+Blue) = 100+122+91=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 122 - color contains mainly: green. Hex color #647A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647A5B is #9B85A4. Grayscale: #6F6F6F. Windows color (decimal): -10192293 or 5995108. OLE color: 5995108.

HSL color Cylindrical-coordinate representation of color #647A5B: hue angle of 102.58º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #647A5B is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB 100 122 91 -
CMYK 0.18 0 0.25 0.52
HSL 102.58º 0.15% 0.42% -
HSV(B) 102.58º 0.25% 0.48% -
XYZ 14.1 17.38 12.51 -
YUV 111.89 116.21 119.52 -
System Red Green Blue C M Y K H S L
Decimal 100 122 91 0.18 0 0.25 0.52 102.58 0.15 0.42
Hex 64 7A 5B 12 0 19 34 67 F 2A
Octal 144 172 133 22 0 31 64 147 17 52
Binary 1100100 1111010 1011011 10010 0 11001 110100 1100111 1111 101010

Color Harmonies of #647A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647A5B

Black with #647A5B

Text Example


Text Example

White with #647A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,122,91); }

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

background-color css

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

 a { background-color: rgb(100,122,91); }

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

border-color css

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

 span { border-color: rgb(100,122,91); }

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