#655E52

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

Shades of Makara #655E52

Tints of Makara #655E52

Color information

#655E52 (or 0x655E52) is unknown color: approx Makara. HEX triplet: 65, 5E and 52. RGB value is (101,94,82). Sum of RGB (Red+Green+Blue) = 101+94+82=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 101 - color contains mainly: red. Hex color #655E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655E52 is #9AA1AD. Grayscale: #5E5E5E. Windows color (decimal): -10133934 or 5398117. OLE color: 5398117.

HSL color Cylindrical-coordinate representation of color #655E52: hue angle of 37.89º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #655E52 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.60.

Color convert

RGB1019482-
CMYK00.070.190.60
HSL37.89º10.38%35.88%-
HSV(B)37.89º18.81%39.61%-
XYZ10.8911.389.61-
YUV94.72120.82132.48-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.46%
GREEN value IS 94 (37.11% from 255) = 33.94%
BLUE value IS 82 (32.42% from 255) = 29.60%
R=36.46%
G=33.94%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101948200.070.190.6037.8910.3835.88
Hex655E5207133C26a24
Octal145136122072374461244
Binary1100101101111010100100111100111111001001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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