#665C50

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

Shades of Makara #665C50

Tints of Makara #665C50

Color information

#665C50 (or 0x665C50) is unknown color: approx Makara. HEX triplet: 66, 5C and 50. RGB value is (102,92,80). Sum of RGB (Red+Green+Blue) = 102+92+80=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 102 - color contains mainly: red. Hex color #665C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665C50 is #99A3AF. Grayscale: #5D5D5D. Windows color (decimal): -10068912 or 5266534. OLE color: 5266534.

HSL color Cylindrical-coordinate representation of color #665C50: hue angle of 32.73º 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 #665C50 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB1029280-
CMYK00.100.220.6
HSL32.73º12.09%35.69%-
HSV(B)32.73º21.57%40%-
XYZ10.7511.069.16-
YUV93.62120.31133.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.23%
GREEN value IS 92 (36.33% from 255) = 33.58%
BLUE value IS 80 (31.64% from 255) = 29.20%
R=37.23%
G=33.58%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102928000.100.220.632.7312.0935.69
Hex665C500A163C21c24
Octal1461341200122674411444
Binary11001101011100101000001010101101111001000011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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