Html Css Color HEX #617553 Axolotl

📋 copy color: '#617553'

red 97 ◦ green 117 ◦ blue 83

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

Shades of Axolotl #617553

Tints of Axolotl #617553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.95%

R = 32.66%
G = 39.39%
B = 27.95%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#617553 (or 0x617553) is known color: Axolotl. HEX triplet: 61, 75 and 53. RGB value is (97,117,83). Sum of RGB (Red+Green+Blue) = 97+117+83=297 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.66% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 117 - color contains mainly: green. Hex color #617553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617553 is #9E8AAC. Grayscale: #6B6B6B. Windows color (decimal): -10390189 or 5469537. OLE color: 5469537.

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

Color convert

RGB 97 117 83 -
CMYK 0.17 0 0.29 0.54
HSL 95.29º 0.17% 0.39% -
HSV(B) 95.29º 0.29% 0.46% -
XYZ 12.85 15.89 10.57 -
YUV 107.14 114.37 120.76 -
System Red Green Blue C M Y K H S L
Decimal 97 117 83 0.17 0 0.29 0.54 95.29 0.17 0.39
Hex 61 75 53 11 0 1D 36 5F 11 27
Octal 141 165 123 21 0 35 66 137 21 47
Binary 1100001 1110101 1010011 10001 0 11101 110110 1011111 10001 100111

Color Harmonies of #617553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617553

Black with #617553

Text Example


Text Example

White with #617553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617553; }

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

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

background-color css

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

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

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

border-color css

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

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

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