Html Css Color HEX #687263 Axolotl

📋 copy color: '#687263'

red 104 ◦ green 114 ◦ blue 99

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

Shades of Axolotl #687263

Tints of Axolotl #687263

RGB

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

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

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

R = 32.81%
G = 35.96%
B = 31.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#687263 (or 0x687263) is known color: Axolotl. HEX triplet: 68, 72 and 63. RGB value is (104,114,99). Sum of RGB (Red+Green+Blue) = 104+114+99=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 114 - color contains mainly: green. Hex color #687263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687263 is #978D9C. Grayscale: #6D6D6D. Windows color (decimal): -9932189 or 6517352. OLE color: 6517352.

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

Color convert

RGB 104 114 99 -
CMYK 0.09 0 0.13 0.55
HSL 100º 0.07% 0.42% -
HSV(B) 100º 0.13% 0.45% -
XYZ 13.98 15.88 14.13 -
YUV 109.3 122.19 124.22 -
System Red Green Blue C M Y K H S L
Decimal 104 114 99 0.09 0 0.13 0.55 100 0.07 0.42
Hex 68 72 63 9 0 D 37 64 7 2A
Octal 150 162 143 11 0 15 67 144 7 52
Binary 1101000 1110010 1100011 1001 0 1101 110111 1100100 111 101010

Color Harmonies of #687263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687263

Black with #687263

Text Example


Text Example

White with #687263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687263; }

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

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

background-color css

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

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

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

border-color css

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

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

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