#665B49

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

Shades of Makara #665B49

Tints of Makara #665B49

Color information

#665B49 (or 0x665B49) is unknown color: approx Makara. HEX triplet: 66, 5B and 49. RGB value is (102,91,73). Sum of RGB (Red+Green+Blue) = 102+91+73=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 102 - color contains mainly: red. Hex color #665B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665B49 is #99A4B6. Grayscale: #5C5C5C. Windows color (decimal): -10069175 or 4807526. OLE color: 4807526.

HSL color Cylindrical-coordinate representation of color #665B49: hue angle of 37.24º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #665B49 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.6.

Color convert

RGB1029173-
CMYK00.110.280.6
HSL37.24º16.57%34.31%-
HSV(B)37.24º28.43%40%-
XYZ10.4210.797.84-
YUV92.24117.14134.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.35%
GREEN value IS 91 (35.94% from 255) = 34.21%
BLUE value IS 73 (28.91% from 255) = 27.44%
R=38.35%
G=34.21%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102917300.110.280.637.2416.5734.31
Hex665B490B1C3C251122
Octal1461331110133474452142
Binary110011010110111001001010111110011110010010110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,91,73); }

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

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

 a { background-color: rgb(102,91,73); }

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

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

 span { border-color: rgb(102,91,73); }

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