#6B7864

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

Shades of Axolotl #6B7864

Tints of Axolotl #6B7864

Color information

#6B7864 (or 0x6B7864) is unknown color: approx Axolotl. HEX triplet: 6B, 78 and 64. RGB value is (107,120,100). Sum of RGB (Red+Green+Blue) = 107+120+100=327 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.72% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 100 (39.45% from 255 or 30.58% from 327); Max value from RGB is 120 - color contains mainly: green. Hex color #6B7864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7864 is #94879B. Grayscale: #717171. Windows color (decimal): -9734044 or 6584427. OLE color: 6584427.

HSL color Cylindrical-coordinate representation of color #6B7864: hue angle of 99º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6B7864 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB107120100-
CMYK0.1100.170.53
HSL99º9.09%43.14%-
HSV(B)99º16.67%47.06%-
XYZ15.0817.4814.64-
YUV113.83120.19123.13-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.72%
GREEN value IS 120 (47.27% from 255) = 36.70%
BLUE value IS 100 (39.45% from 255) = 30.58%
R=32.72%
G=36.70%
B=30.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1071201000.1100.170.53999.0943.14
Hex6B7864B011356392b
Octal15317014413021651431153
Binary110101111110001100100101101000111010111000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B7864; }

 p { color: rgb(107,120,100); }

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

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

 a { background-color: rgb(107,120,100); }

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

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

 span { border-color: rgb(107,120,100); }

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