#6B7865

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

Shades of Axolotl #6B7865

Tints of Axolotl #6B7865

Color information

#6B7865 (or 0x6B7865) is unknown color: approx Axolotl. HEX triplet: 6B, 78 and 65. RGB value is (107,120,101). Sum of RGB (Red+Green+Blue) = 107+120+101=328 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.62% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 120 - color contains mainly: green. Hex color #6B7865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7865 is #94879A. Grayscale: #727272. Windows color (decimal): -9734043 or 6649963. OLE color: 6649963.

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

Color convert

RGB107120101-
CMYK0.1100.160.53
HSL101.05º8.6%43.33%-
HSV(B)101.05º15.83%47.06%-
XYZ15.1317.514.89-
YUV113.95120.69123.04-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.62%
GREEN value IS 120 (47.27% from 255) = 36.59%
BLUE value IS 101 (39.84% from 255) = 30.79%
R=32.62%
G=36.59%
B=30.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1071201010.1100.160.53101.058.643.33
Hex6B7865B010356592b
Octal15317014513020651451153
Binary110101111110001100101101101000011010111001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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