Html Css Color HEX #61695C Axolotl

📋 copy color: '#61695C'

red 97 ◦ green 105 ◦ blue 92

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

Shades of Axolotl #61695C

Tints of Axolotl #61695C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.71%

 BLUE value IS 92 (36.33% from 255) = 31.29%

R = 32.99%
G = 35.71%
B = 31.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#61695C (or 0x61695C) is known color: Axolotl. HEX triplet: 61, 69 and 5C. RGB value is (97,105,92). Sum of RGB (Red+Green+Blue) = 97+105+92=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 105 - color contains mainly: green. Hex color #61695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61695C is #9E96A3. Grayscale: #656565. Windows color (decimal): -10393252 or 6056289. OLE color: 6056289.

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

Color convert

RGB 97 105 92 -
CMYK 0.08 0 0.12 0.59
HSL 96.92º 0.07% 0.39% -
HSV(B) 96.92º 0.12% 0.41% -
XYZ 11.91 13.42 12.09 -
YUV 101.13 122.85 125.06 -
System Red Green Blue C M Y K H S L
Decimal 97 105 92 0.08 0 0.12 0.59 96.92 0.07 0.39
Hex 61 69 5C 8 0 C 3B 61 7 27
Octal 141 151 134 10 0 14 73 141 7 47
Binary 1100001 1101001 1011100 1000 0 1100 111011 1100001 111 100111

Color Harmonies of #61695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61695C

Black with #61695C

Text Example


Text Example

White with #61695C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61695C; }

 p { color: rgb(97,105,92); }

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

background-color css

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

 a { background-color: rgb(97,105,92); }

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

border-color css

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

 span { border-color: rgb(97,105,92); }

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