Html Css Color HEX #687064 Axolotl

📋 copy color: '#687064'

red 104 ◦ green 112 ◦ blue 100

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

Shades of Axolotl #687064

Tints of Axolotl #687064

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.44%

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

R = 32.91%
G = 35.44%
B = 31.65%

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

#687064 (or 0x687064) is known color: Axolotl. HEX triplet: 68, 70 and 64. RGB value is (104,112,100). Sum of RGB (Red+Green+Blue) = 104+112+100=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 112 - color contains mainly: green. Hex color #687064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687064 is #978F9B. Grayscale: #6C6C6C. Windows color (decimal): -9932700 or 6582376. OLE color: 6582376.

HSL color Cylindrical-coordinate representation of color #687064: 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 #687064 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 112 100 -
CMYK 0.07 0 0.11 0.56
HSL 100º 0.06% 0.42% -
HSV(B) 100º 0.11% 0.44% -
XYZ 13.8 15.45 14.31 -
YUV 108.24 123.35 124.98 -
System Red Green Blue C M Y K H S L
Decimal 104 112 100 0.07 0 0.11 0.56 100 0.06 0.42
Hex 68 70 64 7 0 B 38 64 6 2A
Octal 150 160 144 7 0 13 70 144 6 52
Binary 1101000 1110000 1100100 111 0 1011 111000 1100100 110 101010

Color Harmonies of #687064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687064

Black with #687064

Text Example


Text Example

White with #687064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687064; }

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

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

background-color css

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

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

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

border-color css

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

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

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