#655949

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

Shades of Makara #655949

Tints of Makara #655949

Color information

#655949 (or 0x655949) is unknown color: approx Makara. HEX triplet: 65, 59 and 49. RGB value is (101,89,73). Sum of RGB (Red+Green+Blue) = 101+89+73=263 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.40% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 101 - color contains mainly: red. Hex color #655949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655949 is #9AA6B6. Grayscale: #5A5A5A. Windows color (decimal): -10135223 or 4807013. OLE color: 4807013.

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

Color convert

RGB1018973-
CMYK00.120.280.60
HSL34.29º16.09%34.12%-
HSV(B)34.29º27.72%39.61%-
XYZ10.1410.397.77-
YUV90.76117.98135.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.40%
GREEN value IS 89 (35.16% from 255) = 33.84%
BLUE value IS 73 (28.91% from 255) = 27.76%
R=38.40%
G=33.84%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101897300.120.280.6034.2916.0934.12
Hex6559490C1C3C221022
Octal1451311110143474422042
Binary110010110110011001001011001110011110010001010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655949; }

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

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

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

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

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

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

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

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