#66775B

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

Shades of Axolotl #66775B

Tints of Axolotl #66775B

Color information

#66775B (or 0x66775B) is unknown color: approx Axolotl. HEX triplet: 66, 77 and 5B. RGB value is (102,119,91). Sum of RGB (Red+Green+Blue) = 102+119+91=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 119 - color contains mainly: green. Hex color #66775B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66775B is #9988A4. Grayscale: #6E6E6E. Windows color (decimal): -10061989 or 5994342. OLE color: 5994342.

HSL color Cylindrical-coordinate representation of color #66775B: hue angle of 96.43º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #66775B is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB10211991-
CMYK0.1400.240.53
HSL96.43º13.33%41.18%-
HSV(B)96.43º23.53%46.67%-
XYZ13.9616.7712.4-
YUV110.72116.87121.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.69%
GREEN value IS 119 (46.88% from 255) = 38.14%
BLUE value IS 91 (35.94% from 255) = 29.17%
R=32.69%
G=38.14%
B=29.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal102119910.1400.240.5396.4313.3341.18
Hex66775BE0183560d29
Octal14616713316030651401551
Binary110011011101111011011111001100011010111000001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66775B; }

 p { color: rgb(102,119,91); }

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

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

 a { background-color: rgb(102,119,91); }

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

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

 span { border-color: rgb(102,119,91); }

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