#66795C

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

Shades of Axolotl #66795C

Tints of Axolotl #66795C

Color information

#66795C (or 0x66795C) is unknown color: approx Axolotl. HEX triplet: 66, 79 and 5C. RGB value is (102,121,92). Sum of RGB (Red+Green+Blue) = 102+121+92=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 121 - color contains mainly: green. Hex color #66795C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66795C is #9986A3. Grayscale: #707070. Windows color (decimal): -10061476 or 6060390. OLE color: 6060390.

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

Color convert

RGB10212192-
CMYK0.1600.240.53
HSL99.31º13.62%41.76%-
HSV(B)99.31º23.97%47.45%-
XYZ14.2517.2712.71-
YUV112.01116.71120.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.38%
GREEN value IS 121 (47.66% from 255) = 38.41%
BLUE value IS 92 (36.33% from 255) = 29.21%
R=32.38%
G=38.41%
B=29.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal102121920.1600.240.5399.3113.6241.76
Hex66795C100183563e2a
Octal14617113420030651431652
Binary1100110111100110111001000001100011010111000111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66795C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66795C; }

 p { color: rgb(102,121,92); }

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

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

 a { background-color: rgb(102,121,92); }

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

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

 span { border-color: rgb(102,121,92); }

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