#655E4F

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

Shades of Makara #655E4F

Tints of Makara #655E4F

Color information

#655E4F (or 0x655E4F) is unknown color: approx Makara. HEX triplet: 65, 5E and 4F. RGB value is (101,94,79). Sum of RGB (Red+Green+Blue) = 101+94+79=274 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.86% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 101 - color contains mainly: red. Hex color #655E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655E4F is #9AA1B0. Grayscale: #5E5E5E. Windows color (decimal): -10133937 or 5201509. OLE color: 5201509.

HSL color Cylindrical-coordinate representation of color #655E4F: hue angle of 40.91º 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 #655E4F is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB1019479-
CMYK00.070.220.60
HSL40.91º12.22%35.29%-
HSV(B)40.91º21.78%39.61%-
XYZ10.7811.349.02-
YUV94.38119.32132.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.86%
GREEN value IS 94 (37.11% from 255) = 34.31%
BLUE value IS 79 (31.25% from 255) = 28.83%
R=36.86%
G=34.31%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101947900.070.220.6040.9112.2235.29
Hex655E4F07163C29c23
Octal145136117072674511443
Binary1100101101111010011110111101101111001010011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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