#655A49

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

Shades of Makara #655A49

Tints of Makara #655A49

Color information

#655A49 (or 0x655A49) is unknown color: approx Makara. HEX triplet: 65, 5A and 49. RGB value is (101,90,73). Sum of RGB (Red+Green+Blue) = 101+90+73=264 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.26% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 101 - color contains mainly: red. Hex color #655A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655A49 is #9AA5B6. Grayscale: #5B5B5B. Windows color (decimal): -10134967 or 4807269. OLE color: 4807269.

HSL color Cylindrical-coordinate representation of color #655A49: hue angle of 36.43º degrees, saturation: 0.16, 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 #655A49 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB1019073-
CMYK00.110.280.60
HSL36.43º16.09%34.12%-
HSV(B)36.43º27.72%39.61%-
XYZ10.2310.567.8-
YUV91.35117.64134.88-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.26%
GREEN value IS 90 (35.55% from 255) = 34.09%
BLUE value IS 73 (28.91% from 255) = 27.65%
R=38.26%
G=34.09%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101907300.110.280.6036.4316.0934.12
Hex655A490B1C3C241022
Octal1451321110133474442042
Binary110010110110101001001010111110011110010010010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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