Html Css Color HEX #617555 Axolotl

📋 copy color: '#617555'

red 97 ◦ green 117 ◦ blue 85

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

Shades of Axolotl #617555

Tints of Axolotl #617555

RGB

 RED value IS 97 (38.28% from 255) = 32.44%

 GREEN value IS 117 (46.09% from 255) = 39.13%

 BLUE value IS 85 (33.59% from 255) = 28.43%

R = 32.44%
G = 39.13%
B = 28.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#617555 (or 0x617555) is known color: Axolotl. HEX triplet: 61, 75 and 55. RGB value is (97,117,85). Sum of RGB (Red+Green+Blue) = 97+117+85=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 117 - color contains mainly: green. Hex color #617555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617555 is #9E8AAA. Grayscale: #6B6B6B. Windows color (decimal): -10390187 or 5600609. OLE color: 5600609.

HSL color Cylindrical-coordinate representation of color #617555: hue angle of 97.5º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #617555 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 117 85 -
CMYK 0.17 0 0.27 0.54
HSL 97.5º 0.16% 0.4% -
HSV(B) 97.5º 0.27% 0.46% -
XYZ 12.93 15.92 10.99 -
YUV 107.37 115.37 120.6 -
System Red Green Blue C M Y K H S L
Decimal 97 117 85 0.17 0 0.27 0.54 97.5 0.16 0.4
Hex 61 75 55 11 0 1B 36 62 10 28
Octal 141 165 125 21 0 33 66 142 20 50
Binary 1100001 1110101 1010101 10001 0 11011 110110 1100010 10000 101000

Color Harmonies of #617555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617555

Black with #617555

Text Example


Text Example

White with #617555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617555; }

 p { color: rgb(97,117,85); }

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

background-color css

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

 a { background-color: rgb(97,117,85); }

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

border-color css

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

 span { border-color: rgb(97,117,85); }

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