Html Css Color HEX #62715A Axolotl

📋 copy color: '#62715A'

red 98 ◦ green 113 ◦ blue 90

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

Shades of Axolotl #62715A

Tints of Axolotl #62715A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.54%

 BLUE value IS 90 (35.55% from 255) = 29.9%

R = 32.56%
G = 37.54%
B = 29.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#62715A (or 0x62715A) is known color: Axolotl. HEX triplet: 62, 71 and 5A. RGB value is (98,113,90). Sum of RGB (Red+Green+Blue) = 98+113+90=301 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.56% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 113 - color contains mainly: green. Hex color #62715A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62715A is #9D8EA5. Grayscale: #696969. Windows color (decimal): -10325670 or 5927266. OLE color: 5927266.

HSL color Cylindrical-coordinate representation of color #62715A: hue angle of 99.13º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #62715A is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 98 113 90 -
CMYK 0.13 0 0.20 0.56
HSL 99.13º 0.11% 0.4% -
HSV(B) 99.13º 0.2% 0.44% -
XYZ 12.79 15.15 11.92 -
YUV 105.89 119.03 122.37 -
System Red Green Blue C M Y K H S L
Decimal 98 113 90 0.13 0 0.20 0.56 99.13 0.11 0.4
Hex 62 71 5A D 0 14 38 63 B 28
Octal 142 161 132 15 0 24 70 143 13 50
Binary 1100010 1110001 1011010 1101 0 10100 111000 1100011 1011 101000

Color Harmonies of #62715A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62715A

Black with #62715A

Text Example


Text Example

White with #62715A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62715A; }

 p { color: rgb(98,113,90); }

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

background-color css

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

 a { background-color: rgb(98,113,90); }

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

border-color css

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

 span { border-color: rgb(98,113,90); }

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