#655D4F

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

Shades of Makara #655D4F

Tints of Makara #655D4F

Color information

#655D4F (or 0x655D4F) is unknown color: approx Makara. HEX triplet: 65, 5D and 4F. RGB value is (101,93,79). Sum of RGB (Red+Green+Blue) = 101+93+79=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 101 - color contains mainly: red. Hex color #655D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655D4F is #9AA2B0. Grayscale: #5D5D5D. Windows color (decimal): -10134193 or 5201253. OLE color: 5201253.

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

Color convert

RGB1019379-
CMYK00.080.220.60
HSL38.18º12.22%35.29%-
HSV(B)38.18º21.78%39.61%-
XYZ10.6911.168.99-
YUV93.8119.65133.14-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.00%
GREEN value IS 93 (36.72% from 255) = 34.07%
BLUE value IS 79 (31.25% from 255) = 28.94%
R=37.00%
G=34.07%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101937900.080.220.6038.1812.2235.29
Hex655D4F08163C26c23
Octal1451351170102674461443
Binary11001011011101100111101000101101111001001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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