#666057

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

Shades of Makara #666057

Tints of Makara #666057

Color information

#666057 (or 0x666057) is unknown color: approx Makara. HEX triplet: 66, 60 and 57. RGB value is (102,96,87). Sum of RGB (Red+Green+Blue) = 102+96+87=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 102 - color contains mainly: red. Hex color #666057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666057 is #999FA8. Grayscale: #606060. Windows color (decimal): -10067881 or 5726310. OLE color: 5726310.

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

Color convert

RGB1029687-
CMYK00.060.150.6
HSL36º7.94%37.06%-
HSV(B)36º14.71%40%-
XYZ11.3811.8810.71-
YUV96.77122.49131.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.79%
GREEN value IS 96 (37.89% from 255) = 33.68%
BLUE value IS 87 (34.38% from 255) = 30.53%
R=35.79%
G=33.68%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102968700.060.150.6367.9437.06
Hex66605706F3C24825
Octal146140127061774441045
Binary110011011000001010111011011111111001001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666057; }

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

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

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

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

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

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

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

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