#666056

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

Shades of Makara #666056

Tints of Makara #666056

Color information

#666056 (or 0x666056) is unknown color: approx Makara. HEX triplet: 66, 60 and 56. RGB value is (102,96,86). Sum of RGB (Red+Green+Blue) = 102+96+86=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 102 - color contains mainly: red. Hex color #666056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666056 is #999FA9. Grayscale: #606060. Windows color (decimal): -10067882 or 5660774. OLE color: 5660774.

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

Color convert

RGB1029686-
CMYK00.060.160.6
HSL37.5º8.51%36.86%-
HSV(B)37.5º15.69%40%-
XYZ11.3411.8610.5-
YUV96.65121.99131.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.92%
GREEN value IS 96 (37.89% from 255) = 33.80%
BLUE value IS 86 (33.98% from 255) = 30.28%
R=35.92%
G=33.80%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102968600.060.160.637.58.5136.86
Hex66605606103C26925
Octal146140126062074461145
Binary1100110110000010101100110100001111001001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666056; }

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

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

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

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

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

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

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

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