Html Css Color HEX #62675F Axolotl

📋 copy color: '#62675F'

red 98 ◦ green 103 ◦ blue 95

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

Shades of Axolotl #62675F

Tints of Axolotl #62675F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.8%

 BLUE value IS 95 (37.5% from 255) = 32.09%

R = 33.11%
G = 34.8%
B = 32.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.60

RGB Variations

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

Color information

#62675F (or 0x62675F) is known color: Axolotl. HEX triplet: 62, 67 and 5F. RGB value is (98,103,95). Sum of RGB (Red+Green+Blue) = 98+103+95=296 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.11% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 103 - color contains mainly: green. Hex color #62675F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62675F is #9D98A0. Grayscale: #646464. Windows color (decimal): -10328225 or 6252386. OLE color: 6252386.

HSL color Cylindrical-coordinate representation of color #62675F: hue angle of 97.5º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #62675F is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB 98 103 95 -
CMYK 0.05 0 0.08 0.60
HSL 97.5º 0.04% 0.39% -
HSV(B) 97.5º 0.08% 0.4% -
XYZ 11.95 13.12 12.73 -
YUV 100.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 98 103 95 0.05 0 0.08 0.60 97.5 0.04 0.39
Hex 62 67 5F 5 0 8 3C 62 4 27
Octal 142 147 137 5 0 10 74 142 4 47
Binary 1100010 1100111 1011111 101 0 1000 111100 1100010 100 100111

Color Harmonies of #62675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62675F

Black with #62675F

Text Example


Text Example

White with #62675F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62675F; }

 p { color: rgb(98,103,95); }

 H1.HeaderClassName
 {
   color: #62675F;
 }
 .AnyTagClassName
 {
   color: #62675F;
 }
</style>

background-color css

<style>
 a { background-color: #62675F; }

 a { background-color: rgb(98,103,95); }

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

border-color css

<style>
 span { border-color: #62675F; }

 span { border-color: rgb(98,103,95); }

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