#665A49

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

Shades of Makara #665A49

Tints of Makara #665A49

Color information

#665A49 (or 0x665A49) is unknown color: approx Makara. HEX triplet: 66, 5A and 49. RGB value is (102,90,73). Sum of RGB (Red+Green+Blue) = 102+90+73=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 102 - color contains mainly: red. Hex color #665A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665A49 is #99A5B6. Grayscale: #5B5B5B. Windows color (decimal): -10069431 or 4807270. OLE color: 4807270.

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

Color convert

RGB1029073-
CMYK00.120.280.6
HSL35.17º16.57%34.31%-
HSV(B)35.17º28.43%40%-
XYZ10.3410.627.81-
YUV91.65117.48135.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.49%
GREEN value IS 90 (35.55% from 255) = 33.96%
BLUE value IS 73 (28.91% from 255) = 27.55%
R=38.49%
G=33.96%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102907300.120.280.635.1716.5734.31
Hex665A490C1C3C231122
Octal1461321110143474432142
Binary110011010110101001001011001110011110010001110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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