Html Css Color HEX #697165 Axolotl

📋 copy color: '#697165'

red 105 ◦ green 113 ◦ blue 101

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

Shades of Axolotl #697165

Tints of Axolotl #697165

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.42%

 BLUE value IS 101 (39.84% from 255) = 31.66%

R = 32.92%
G = 35.42%
B = 31.66%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#697165 (or 0x697165) is known color: Axolotl. HEX triplet: 69, 71 and 65. RGB value is (105,113,101). Sum of RGB (Red+Green+Blue) = 105+113+101=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 113 - color contains mainly: green. Hex color #697165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697165 is #968E9A. Grayscale: #6D6D6D. Windows color (decimal): -9866907 or 6648169. OLE color: 6648169.

HSL color Cylindrical-coordinate representation of color #697165: hue angle of 100º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #697165 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 113 101 -
CMYK 0.07 0 0.11 0.56
HSL 100º 0.06% 0.42% -
HSV(B) 100º 0.11% 0.44% -
XYZ 14.08 15.75 14.61 -
YUV 109.24 123.35 124.98 -
System Red Green Blue C M Y K H S L
Decimal 105 113 101 0.07 0 0.11 0.56 100 0.06 0.42
Hex 69 71 65 7 0 B 38 64 6 2A
Octal 151 161 145 7 0 13 70 144 6 52
Binary 1101001 1110001 1100101 111 0 1011 111000 1100100 110 101010

Color Harmonies of #697165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697165

Black with #697165

Text Example


Text Example

White with #697165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697165; }

 p { color: rgb(105,113,101); }

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

background-color css

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

 a { background-color: rgb(105,113,101); }

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

border-color css

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

 span { border-color: rgb(105,113,101); }

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