Html Css Color HEX #696E66 Axolotl

📋 copy color: '#696E66'

red 105 ◦ green 110 ◦ blue 102

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

Shades of Axolotl #696E66

Tints of Axolotl #696E66

RGB

 RED value IS 105 (41.41% from 255) = 33.12%

 GREEN value IS 110 (43.36% from 255) = 34.7%

 BLUE value IS 102 (40.23% from 255) = 32.18%

R = 33.12%
G = 34.7%
B = 32.18%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.07

 K value IS 0.57

RGB Variations

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

Color information

#696E66 (or 0x696E66) is known color: Axolotl. HEX triplet: 69, 6E and 66. RGB value is (105,110,102). Sum of RGB (Red+Green+Blue) = 105+110+102=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 110 - color contains mainly: green. Hex color #696E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696E66 is #969199. Grayscale: #6B6B6B. Windows color (decimal): -9867674 or 6712937. OLE color: 6712937.

HSL color Cylindrical-coordinate representation of color #696E66: hue angle of 97.5º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #696E66 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.

Color convert

RGB 105 110 102 -
CMYK 0.05 0 0.07 0.57
HSL 97.5º 0.04% 0.42% -
HSV(B) 97.5º 0.07% 0.43% -
XYZ 13.8 15.11 14.76 -
YUV 107.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 105 110 102 0.05 0 0.07 0.57 97.5 0.04 0.42
Hex 69 6E 66 5 0 7 39 62 4 2A
Octal 151 156 146 5 0 7 71 142 4 52
Binary 1101001 1101110 1100110 101 0 111 111001 1100010 100 101010

Color Harmonies of #696E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696E66

Black with #696E66

Text Example


Text Example

White with #696E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696E66; }

 p { color: rgb(105,110,102); }

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

background-color css

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

 a { background-color: rgb(105,110,102); }

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

border-color css

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

 span { border-color: rgb(105,110,102); }

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