Html Css Color HEX #696D67 Axolotl

📋 copy color: '#696D67'

red 105 ◦ green 109 ◦ blue 103

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

Shades of Axolotl #696D67

Tints of Axolotl #696D67

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.38%

 BLUE value IS 103 (40.63% from 255) = 32.49%

R = 33.12%
G = 34.38%
B = 32.49%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.57

RGB Variations

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

Color information

#696D67 (or 0x696D67) is known color: Axolotl. HEX triplet: 69, 6D and 67. RGB value is (105,109,103). Sum of RGB (Red+Green+Blue) = 105+109+103=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 103 (40.62% from 255 or 32.49% from 317); Max value from RGB is 109 - color contains mainly: green. Hex color #696D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696D67 is #969298. Grayscale: #6B6B6B. Windows color (decimal): -9867929 or 6778217. OLE color: 6778217.

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

Color convert

RGB 105 109 103 -
CMYK 0.04 0 0.06 0.57
HSL 100º 0.03% 0.42% -
HSV(B) 100º 0.06% 0.43% -
XYZ 13.74 14.92 14.99 -
YUV 107.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 105 109 103 0.04 0 0.06 0.57 100 0.03 0.42
Hex 69 6D 67 4 0 6 39 64 3 2A
Octal 151 155 147 4 0 6 71 144 3 52
Binary 1101001 1101101 1100111 100 0 110 111001 1100100 11 101010

Color Harmonies of #696D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696D67

Black with #696D67

Text Example


Text Example

White with #696D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,109,103); }

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

background-color css

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

 a { background-color: rgb(105,109,103); }

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

border-color css

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

 span { border-color: rgb(105,109,103); }

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