Html Css Color HEX #626D5C Axolotl

📋 copy color: '#626D5C'

red 98 ◦ green 109 ◦ blue 92

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

Shades of Axolotl #626D5C

Tints of Axolotl #626D5C

RGB

 RED value IS 98 (38.67% from 255) = 32.78%

 GREEN value IS 109 (42.97% from 255) = 36.45%

 BLUE value IS 92 (36.33% from 255) = 30.77%

R = 32.78%
G = 36.45%
B = 30.77%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#626D5C (or 0x626D5C) is known color: Axolotl. HEX triplet: 62, 6D and 5C. RGB value is (98,109,92). Sum of RGB (Red+Green+Blue) = 98+109+92=299 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.78% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 109 - color contains mainly: green. Hex color #626D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626D5C is #9D92A3. Grayscale: #676767. Windows color (decimal): -10326692 or 6057314. OLE color: 6057314.

HSL color Cylindrical-coordinate representation of color #626D5C: hue angle of 98.82º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #626D5C is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.57.

Color convert

RGB 98 109 92 -
CMYK 0.10 0 0.16 0.57
HSL 98.82º 0.08% 0.39% -
HSV(B) 98.82º 0.16% 0.43% -
XYZ 12.44 14.31 12.23 -
YUV 103.77 121.36 123.88 -
System Red Green Blue C M Y K H S L
Decimal 98 109 92 0.10 0 0.16 0.57 98.82 0.08 0.39
Hex 62 6D 5C A 0 10 39 63 8 27
Octal 142 155 134 12 0 20 71 143 10 47
Binary 1100010 1101101 1011100 1010 0 10000 111001 1100011 1000 100111

Color Harmonies of #626D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626D5C

Black with #626D5C

Text Example


Text Example

White with #626D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626D5C; }

 p { color: rgb(98,109,92); }

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

background-color css

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

 a { background-color: rgb(98,109,92); }

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

border-color css

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

 span { border-color: rgb(98,109,92); }

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