#665E50

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

Shades of Makara #665E50

Tints of Makara #665E50

Color information

#665E50 (or 0x665E50) is unknown color: approx Makara. HEX triplet: 66, 5E and 50. RGB value is (102,94,80). Sum of RGB (Red+Green+Blue) = 102+94+80=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 102 - color contains mainly: red. Hex color #665E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665E50 is #99A1AF. Grayscale: #5E5E5E. Windows color (decimal): -10068400 or 5267046. OLE color: 5267046.

HSL color Cylindrical-coordinate representation of color #665E50: hue angle of 38.18º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #665E50 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB1029480-
CMYK00.080.220.6
HSL38.18º12.09%35.69%-
HSV(B)38.18º21.57%40%-
XYZ10.9311.419.22-
YUV94.8119.65133.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.96%
GREEN value IS 94 (37.11% from 255) = 34.06%
BLUE value IS 80 (31.64% from 255) = 28.99%
R=36.96%
G=34.06%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102948000.080.220.638.1812.0935.69
Hex665E5008163C26c24
Octal1461361200102674461444
Binary11001101011110101000001000101101111001001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665E50; }

 p { color: rgb(102,94,80); }

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

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

 a { background-color: rgb(102,94,80); }

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

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

 span { border-color: rgb(102,94,80); }

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