#655D4A

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

Shades of Makara #655D4A

Tints of Makara #655D4A

Color information

#655D4A (or 0x655D4A) is unknown color: approx Makara. HEX triplet: 65, 5D and 4A. RGB value is (101,93,74). Sum of RGB (Red+Green+Blue) = 101+93+74=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 101 - color contains mainly: red. Hex color #655D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655D4A is #9AA2B5. Grayscale: #5D5D5D. Windows color (decimal): -10134198 or 4873573. OLE color: 4873573.

HSL color Cylindrical-coordinate representation of color #655D4A: hue angle of 42.22º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #655D4A is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB1019374-
CMYK00.080.270.60
HSL42.22º15.43%34.31%-
HSV(B)42.22º26.73%39.61%-
XYZ10.5211.098.06-
YUV93.23117.15133.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.69%
GREEN value IS 93 (36.72% from 255) = 34.70%
BLUE value IS 74 (29.30% from 255) = 27.61%
R=37.69%
G=34.70%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101937400.080.270.6042.2215.4334.31
Hex655D4A081B3C2af22
Octal1451351120103374521742
Binary11001011011101100101001000110111111001010101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,93,74); }

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

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

 a { background-color: rgb(101,93,74); }

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

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

 span { border-color: rgb(101,93,74); }

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