Html Css Color HEX #61685D Axolotl

📋 copy color: '#61685D'

red 97 ◦ green 104 ◦ blue 93

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

Shades of Axolotl #61685D

Tints of Axolotl #61685D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.37%

 BLUE value IS 93 (36.72% from 255) = 31.63%

R = 32.99%
G = 35.37%
B = 31.63%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#61685D (or 0x61685D) is known color: Axolotl. HEX triplet: 61, 68 and 5D. RGB value is (97,104,93). Sum of RGB (Red+Green+Blue) = 97+104+93=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 104 - color contains mainly: green. Hex color #61685D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61685D is #9E97A2. Grayscale: #646464. Windows color (decimal): -10393507 or 6121569. OLE color: 6121569.

HSL color Cylindrical-coordinate representation of color #61685D: hue angle of 98.18º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #61685D is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 104 93 -
CMYK 0.07 0 0.11 0.59
HSL 98.18º 0.06% 0.39% -
HSV(B) 98.18º 0.11% 0.41% -
XYZ 11.86 13.23 12.29 -
YUV 100.65 123.68 125.39 -
System Red Green Blue C M Y K H S L
Decimal 97 104 93 0.07 0 0.11 0.59 98.18 0.06 0.39
Hex 61 68 5D 7 0 B 3B 62 6 27
Octal 141 150 135 7 0 13 73 142 6 47
Binary 1100001 1101000 1011101 111 0 1011 111011 1100010 110 100111

Color Harmonies of #61685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61685D

Black with #61685D

Text Example


Text Example

White with #61685D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61685D; }

 p { color: rgb(97,104,93); }

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

background-color css

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

 a { background-color: rgb(97,104,93); }

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

border-color css

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

 span { border-color: rgb(97,104,93); }

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