Html Css Color HEX #687164 Axolotl

📋 copy color: '#687164'

red 104 ◦ green 113 ◦ blue 100

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

Shades of Axolotl #687164

Tints of Axolotl #687164

RGB

 RED value IS 104 (41.02% from 255) = 32.81%

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

 BLUE value IS 100 (39.45% from 255) = 31.55%

R = 32.81%
G = 35.65%
B = 31.55%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#687164 (or 0x687164) is known color: Axolotl. HEX triplet: 68, 71 and 64. RGB value is (104,113,100). Sum of RGB (Red+Green+Blue) = 104+113+100=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 113 - color contains mainly: green. Hex color #687164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687164 is #978E9B. Grayscale: #6C6C6C. Windows color (decimal): -9932444 or 6582632. OLE color: 6582632.

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

Color convert

RGB 104 113 100 -
CMYK 0.08 0 0.12 0.56
HSL 101.54º 0.06% 0.42% -
HSV(B) 101.54º 0.12% 0.44% -
XYZ 13.91 15.67 14.35 -
YUV 108.83 123.02 124.56 -
System Red Green Blue C M Y K H S L
Decimal 104 113 100 0.08 0 0.12 0.56 101.54 0.06 0.42
Hex 68 71 64 8 0 C 38 66 6 2A
Octal 150 161 144 10 0 14 70 146 6 52
Binary 1101000 1110001 1100100 1000 0 1100 111000 1100110 110 101010

Color Harmonies of #687164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687164

Black with #687164

Text Example


Text Example

White with #687164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687164; }

 p { color: rgb(104,113,100); }

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

background-color css

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

 a { background-color: rgb(104,113,100); }

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

border-color css

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

 span { border-color: rgb(104,113,100); }

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