Html Css Color HEX #627256 Axolotl

📋 copy color: '#627256'

red 98 ◦ green 114 ◦ blue 86

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

Shades of Axolotl #627256

Tints of Axolotl #627256

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.26%

 BLUE value IS 86 (33.98% from 255) = 28.86%

R = 32.89%
G = 38.26%
B = 28.86%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#627256 (or 0x627256) is known color: Axolotl. HEX triplet: 62, 72 and 56. RGB value is (98,114,86). Sum of RGB (Red+Green+Blue) = 98+114+86=298 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.89% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 86 (33.98% from 255 or 28.86% from 298); Max value from RGB is 114 - color contains mainly: green. Hex color #627256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627256 is #9D8DA9. Grayscale: #6A6A6A. Windows color (decimal): -10325418 or 5665378. OLE color: 5665378.

HSL color Cylindrical-coordinate representation of color #627256: hue angle of 94.29º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #627256 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 98 114 86 -
CMYK 0.14 0 0.25 0.55
HSL 94.29º 0.14% 0.39% -
HSV(B) 94.29º 0.25% 0.45% -
XYZ 12.73 15.3 11.09 -
YUV 106.02 116.7 122.28 -
System Red Green Blue C M Y K H S L
Decimal 98 114 86 0.14 0 0.25 0.55 94.29 0.14 0.39
Hex 62 72 56 E 0 19 37 5E E 27
Octal 142 162 126 16 0 31 67 136 16 47
Binary 1100010 1110010 1010110 1110 0 11001 110111 1011110 1110 100111

Color Harmonies of #627256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627256

Black with #627256

Text Example


Text Example

White with #627256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627256; }

 p { color: rgb(98,114,86); }

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

background-color css

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

 a { background-color: rgb(98,114,86); }

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

border-color css

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

 span { border-color: rgb(98,114,86); }

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