#655C51

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

Shades of Makara #655C51

Tints of Makara #655C51

Color information

#655C51 (or 0x655C51) is unknown color: approx Makara. HEX triplet: 65, 5C and 51. RGB value is (101,92,81). Sum of RGB (Red+Green+Blue) = 101+92+81=274 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.86% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 101 - color contains mainly: red. Hex color #655C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655C51 is #9AA3AE. Grayscale: #5D5D5D. Windows color (decimal): -10134447 or 5332069. OLE color: 5332069.

HSL color Cylindrical-coordinate representation of color #655C51: hue angle of 33º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #655C51 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB1019281-
CMYK00.090.200.60
HSL33º10.99%35.69%-
HSV(B)33º19.8%39.61%-
XYZ10.6811.029.35-
YUV93.44120.98133.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.86%
GREEN value IS 92 (36.33% from 255) = 33.58%
BLUE value IS 81 (32.03% from 255) = 29.56%
R=36.86%
G=33.58%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101928100.090.200.603310.9935.69
Hex655C5109143C21b24
Octal1451341210112474411344
Binary11001011011100101000101001101001111001000011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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