#655B50

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

Shades of Makara #655B50

Tints of Makara #655B50

Color information

#655B50 (or 0x655B50) is unknown color: approx Makara. HEX triplet: 65, 5B and 50. RGB value is (101,91,80). Sum of RGB (Red+Green+Blue) = 101+91+80=272 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.13% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 101 - color contains mainly: red. Hex color #655B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655B50 is #9AA4AF. Grayscale: #5C5C5C. Windows color (decimal): -10134704 or 5266277. OLE color: 5266277.

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

Color convert

RGB1019180-
CMYK00.100.210.60
HSL31.43º11.6%35.49%-
HSV(B)31.43º20.79%39.61%-
XYZ10.5610.839.12-
YUV92.74120.81133.89-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.13%
GREEN value IS 91 (35.94% from 255) = 33.46%
BLUE value IS 80 (31.64% from 255) = 29.41%
R=37.13%
G=33.46%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101918000.100.210.6031.4311.635.49
Hex655B500A153C1fc23
Octal1451331200122574371443
Binary1100101101101110100000101010101111100111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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