Html Css Color HEX #687063 Axolotl

📋 copy color: '#687063'

red 104 ◦ green 112 ◦ blue 99

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

Shades of Axolotl #687063

Tints of Axolotl #687063

RGB

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

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

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

R = 33.02%
G = 35.56%
B = 31.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#687063 (or 0x687063) is known color: Axolotl. HEX triplet: 68, 70 and 63. RGB value is (104,112,99). Sum of RGB (Red+Green+Blue) = 104+112+99=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 112 - color contains mainly: green. Hex color #687063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687063 is #978F9C. Grayscale: #6C6C6C. Windows color (decimal): -9932701 or 6516840. OLE color: 6516840.

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

Color convert

RGB 104 112 99 -
CMYK 0.07 0 0.12 0.56
HSL 96.92º 0.06% 0.41% -
HSV(B) 96.92º 0.12% 0.44% -
XYZ 13.76 15.43 14.06 -
YUV 108.13 122.85 125.06 -
System Red Green Blue C M Y K H S L
Decimal 104 112 99 0.07 0 0.12 0.56 96.92 0.06 0.41
Hex 68 70 63 7 0 C 38 61 6 29
Octal 150 160 143 7 0 14 70 141 6 51
Binary 1101000 1110000 1100011 111 0 1100 111000 1100001 110 101001

Color Harmonies of #687063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687063

Black with #687063

Text Example


Text Example

White with #687063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687063; }

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

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

background-color css

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

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

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

border-color css

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

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

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