Html Css Color HEX #687163 Axolotl

📋 copy color: '#687163'

red 104 ◦ green 113 ◦ blue 99

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

Shades of Axolotl #687163

Tints of Axolotl #687163

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.76%

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

R = 32.91%
G = 35.76%
B = 31.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#687163 (or 0x687163) is known color: Axolotl. HEX triplet: 68, 71 and 63. RGB value is (104,113,99). Sum of RGB (Red+Green+Blue) = 104+113+99=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 113 - color contains mainly: green. Hex color #687163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687163 is #978E9C. Grayscale: #6C6C6C. Windows color (decimal): -9932445 or 6517096. OLE color: 6517096.

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

Color convert

RGB 104 113 99 -
CMYK 0.08 0 0.12 0.56
HSL 98.57º 0.07% 0.42% -
HSV(B) 98.57º 0.12% 0.44% -
XYZ 13.87 15.65 14.1 -
YUV 108.71 122.52 124.64 -
System Red Green Blue C M Y K H S L
Decimal 104 113 99 0.08 0 0.12 0.56 98.57 0.07 0.42
Hex 68 71 63 8 0 C 38 63 7 2A
Octal 150 161 143 10 0 14 70 143 7 52
Binary 1101000 1110001 1100011 1000 0 1100 111000 1100011 111 101010

Color Harmonies of #687163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687163

Black with #687163

Text Example


Text Example

White with #687163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687163; }

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

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

background-color css

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

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

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

border-color css

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

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

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