#666157

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

Shades of Makara #666157

Tints of Makara #666157

Color information

#666157 (or 0x666157) is unknown color: approx Makara. HEX triplet: 66, 61 and 57. RGB value is (102,97,87). Sum of RGB (Red+Green+Blue) = 102+97+87=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 87 (34.38% from 255 or 30.42% from 286); Max value from RGB is 102 - color contains mainly: red. Hex color #666157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666157 is #999EA8. Grayscale: #616161. Windows color (decimal): -10067625 or 5726566. OLE color: 5726566.

HSL color Cylindrical-coordinate representation of color #666157: hue angle of 40º 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 #666157 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.6.

Color convert

RGB1029787-
CMYK00.050.150.6
HSL40º7.94%37.06%-
HSV(B)40º14.71%40%-
XYZ11.4712.0610.74-
YUV97.36122.16131.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.66%
GREEN value IS 97 (38.28% from 255) = 33.92%
BLUE value IS 87 (34.38% from 255) = 30.42%
R=35.66%
G=33.92%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102978700.050.150.6407.9437.06
Hex66615705F3C28825
Octal146141127051774501045
Binary110011011000011010111010111111111001010001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666157; }

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

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

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

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

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

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

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

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