#655F50

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

Shades of Makara #655F50

Tints of Makara #655F50

Color information

#655F50 (or 0x655F50) is unknown color: approx Makara. HEX triplet: 65, 5F and 50. RGB value is (101,95,80). Sum of RGB (Red+Green+Blue) = 101+95+80=276 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.59% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 101 - color contains mainly: red. Hex color #655F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655F50 is #9AA0AF. Grayscale: #5F5F5F. Windows color (decimal): -10133680 or 5267301. OLE color: 5267301.

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

Color convert

RGB1019580-
CMYK00.060.210.60
HSL42.86º11.6%35.49%-
HSV(B)42.86º20.79%39.61%-
XYZ10.9111.539.24-
YUV95.08119.49132.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.59%
GREEN value IS 95 (37.5% from 255) = 34.42%
BLUE value IS 80 (31.64% from 255) = 28.99%
R=36.59%
G=34.42%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101958000.060.210.6042.8611.635.49
Hex655F5006153C2bc23
Octal145137120062574531443
Binary1100101101111110100000110101011111001010111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,95,80); }

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

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

 a { background-color: rgb(101,95,80); }

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

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

 span { border-color: rgb(101,95,80); }

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