Html Css Color HEX #687264 Axolotl

📋 copy color: '#687264'

red 104 ◦ green 114 ◦ blue 100

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

Shades of Axolotl #687264

Tints of Axolotl #687264

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.85%

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

R = 32.7%
G = 35.85%
B = 31.45%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#687264 (or 0x687264) is known color: Axolotl. HEX triplet: 68, 72 and 64. RGB value is (104,114,100). Sum of RGB (Red+Green+Blue) = 104+114+100=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 114 - color contains mainly: green. Hex color #687264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687264 is #978D9B. Grayscale: #6D6D6D. Windows color (decimal): -9932188 or 6582888. OLE color: 6582888.

HSL color Cylindrical-coordinate representation of color #687264: hue angle of 102.86º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #687264 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 114 100 -
CMYK 0.09 0 0.12 0.55
HSL 102.86º 0.07% 0.42% -
HSV(B) 102.86º 0.12% 0.45% -
XYZ 14.03 15.9 14.39 -
YUV 109.41 122.69 124.14 -
System Red Green Blue C M Y K H S L
Decimal 104 114 100 0.09 0 0.12 0.55 102.86 0.07 0.42
Hex 68 72 64 9 0 C 37 67 7 2A
Octal 150 162 144 11 0 14 67 147 7 52
Binary 1101000 1110010 1100100 1001 0 1100 110111 1100111 111 101010

Color Harmonies of #687264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687264

Black with #687264

Text Example


Text Example

White with #687264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687264; }

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

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

background-color css

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

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

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

border-color css

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

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

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