#655C4C

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

Shades of Makara #655C4C

Tints of Makara #655C4C

Color information

#655C4C (or 0x655C4C) is unknown color: approx Makara. HEX triplet: 65, 5C and 4C. RGB value is (101,92,76). Sum of RGB (Red+Green+Blue) = 101+92+76=269 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.55% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 101 - color contains mainly: red. Hex color #655C4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655C4C is #9AA3B3. Grayscale: #5C5C5C. Windows color (decimal): -10134452 or 5004389. OLE color: 5004389.

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

Color convert

RGB1019276-
CMYK00.090.250.60
HSL38.4º14.12%34.71%-
HSV(B)38.4º24.75%39.61%-
XYZ10.510.948.4-
YUV92.87118.48133.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.55%
GREEN value IS 92 (36.33% from 255) = 34.20%
BLUE value IS 76 (30.08% from 255) = 28.25%
R=37.55%
G=34.20%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101927600.090.250.6038.414.1234.71
Hex655C4C09193C26e23
Octal1451341140113174461643
Binary11001011011100100110001001110011111001001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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