Html Css Color HEX #687363 Axolotl

📋 copy color: '#687363'

red 104 ◦ green 115 ◦ blue 99

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

Shades of Axolotl #687363

Tints of Axolotl #687363

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.16%

 BLUE value IS 99 (39.06% from 255) = 31.13%

R = 32.7%
G = 36.16%
B = 31.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#687363 (or 0x687363) is known color: Axolotl. HEX triplet: 68, 73 and 63. RGB value is (104,115,99). Sum of RGB (Red+Green+Blue) = 104+115+99=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 99 (39.06% from 255 or 31.13% from 318); Max value from RGB is 115 - color contains mainly: green. Hex color #687363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687363 is #978C9C. Grayscale: #6D6D6D. Windows color (decimal): -9931933 or 6517608. OLE color: 6517608.

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

Color convert

RGB 104 115 99 -
CMYK 0.10 0 0.14 0.55
HSL 101.25º 0.07% 0.42% -
HSV(B) 101.25º 0.14% 0.45% -
XYZ 14.09 16.11 14.17 -
YUV 109.89 121.86 123.8 -
System Red Green Blue C M Y K H S L
Decimal 104 115 99 0.10 0 0.14 0.55 101.25 0.07 0.42
Hex 68 73 63 A 0 E 37 65 7 2A
Octal 150 163 143 12 0 16 67 145 7 52
Binary 1101000 1110011 1100011 1010 0 1110 110111 1100101 111 101010

Color Harmonies of #687363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687363

Black with #687363

Text Example


Text Example

White with #687363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687363; }

 p { color: rgb(104,115,99); }

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

background-color css

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

 a { background-color: rgb(104,115,99); }

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

border-color css

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

 span { border-color: rgb(104,115,99); }

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