#687262

Color #687262 Axolotl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Axolotl #687262

Tints of Axolotl #687262

Color information

#687262 (or 0x687262) is unknown color: approx Axolotl. HEX triplet: 68, 72 and 62. RGB value is (104,114,98). Sum of RGB (Red+Green+Blue) = 104+114+98=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 114 - color contains mainly: green. Hex color #687262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687262 is #978D9D. Grayscale: #6D6D6D. Windows color (decimal): -9932190 or 6451816. OLE color: 6451816.

HSL color Cylindrical-coordinate representation of color #687262: hue angle of 97.5º degrees, saturation: 0.08, 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 #687262 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB10411498-
CMYK0.0900.140.55
HSL97.5º7.55%41.57%-
HSV(B)97.5º14.04%44.71%-
XYZ13.9315.8613.88-
YUV109.19121.69124.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.91%
GREEN value IS 114 (44.92% from 255) = 36.08%
BLUE value IS 98 (38.67% from 255) = 31.01%
R=32.91%
G=36.08%
B=31.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104114980.0900.140.5597.57.5541.57
Hex68726290E376182a
Octal15016214211016671411052
Binary11010001110010110001010010111011011111000011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687262; }

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

 H1.HeaderClassName
 {
   color: #687262;
 }
 .AnyTagClassName
 {
   color: #687262;
 }
</style>
background-color css

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

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

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

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

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

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