#6B7665

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

Shades of Axolotl #6B7665

Tints of Axolotl #6B7665

Color information

#6B7665 (or 0x6B7665) is unknown color: approx Axolotl. HEX triplet: 6B, 76 and 65. RGB value is (107,118,101). Sum of RGB (Red+Green+Blue) = 107+118+101=326 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.82% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 118 - color contains mainly: green. Hex color #6B7665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7665 is #94899A. Grayscale: #707070. Windows color (decimal): -9734555 or 6649451. OLE color: 6649451.

HSL color Cylindrical-coordinate representation of color #6B7665: hue angle of 98.82º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6B7665 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB107118101-
CMYK0.0900.140.54
HSL98.82º7.76%42.94%-
HSV(B)98.82º14.41%46.27%-
XYZ14.8917.0214.81-
YUV112.77121.36123.88-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.82%
GREEN value IS 118 (46.48% from 255) = 36.20%
BLUE value IS 101 (39.84% from 255) = 30.98%
R=32.82%
G=36.20%
B=30.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1071181010.0900.140.5498.827.7642.94
Hex6B766590E366382b
Octal15316614511016661431053
Binary11010111110110110010110010111011011011000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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