#666059

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

Shades of Makara #666059

Tints of Makara #666059

Color information

#666059 (or 0x666059) is unknown color: approx Makara. HEX triplet: 66, 60 and 59. RGB value is (102,96,89). Sum of RGB (Red+Green+Blue) = 102+96+89=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 102 - color contains mainly: red. Hex color #666059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666059 is #999FA6. Grayscale: #616161. Windows color (decimal): -10067879 or 5857382. OLE color: 5857382.

HSL color Cylindrical-coordinate representation of color #666059: hue angle of 32.31º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #666059 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.6.

Color convert

RGB1029689-
CMYK00.060.130.6
HSL32.31º6.81%37.45%-
HSV(B)32.31º12.75%40%-
XYZ11.4711.9111.15-
YUV97123.49131.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.54%
GREEN value IS 96 (37.89% from 255) = 33.45%
BLUE value IS 89 (35.16% from 255) = 31.01%
R=35.54%
G=33.45%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102968900.060.130.632.316.8137.45
Hex66605906D3C20725
Octal14614013106157440745
Binary11001101100000101100101101101111100100000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666059; }

 p { color: rgb(102,96,89); }

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

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

 a { background-color: rgb(102,96,89); }

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

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

 span { border-color: rgb(102,96,89); }

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