#655C52

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

Shades of Makara #655C52

Tints of Makara #655C52

Color information

#655C52 (or 0x655C52) is unknown color: approx Makara. HEX triplet: 65, 5C and 52. RGB value is (101,92,82). Sum of RGB (Red+Green+Blue) = 101+92+82=275 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.73% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 101 - color contains mainly: red. Hex color #655C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655C52 is #9AA3AD. Grayscale: #5D5D5D. Windows color (decimal): -10134446 or 5397605. OLE color: 5397605.

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

Color convert

RGB1019282-
CMYK00.090.190.60
HSL31.58º10.38%35.88%-
HSV(B)31.58º18.81%39.61%-
XYZ10.7211.039.55-
YUV93.55121.48133.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.73%
GREEN value IS 92 (36.33% from 255) = 33.45%
BLUE value IS 82 (32.42% from 255) = 29.82%
R=36.73%
G=33.45%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101928200.090.190.6031.5810.3835.88
Hex655C5209133C20a24
Octal1451341220112374401244
Binary11001011011100101001001001100111111001000001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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