#864C4B

Color #864C4B Lotus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lotus #864C4B

Tints of Lotus #864C4B

Color information

#864C4B (or 0x864C4B) is unknown color: approx Lotus. HEX triplet: 86, 4C and 4B. RGB value is (134,76,75). Sum of RGB (Red+Green+Blue) = 134+76+75=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #864C4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864C4B is #79B3B4. Grayscale: #5D5D5D. Windows color (decimal): -7975861 or 4934790. OLE color: 4934790.

HSL color Cylindrical-coordinate representation of color #864C4B: hue angle of 1.02º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #864C4B is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1347675-
CMYK00.430.440.47
HSL1.02º28.23%40.98%-
HSV(B)1.02º44.03%52.55%-
XYZ13.6910.758.01-
YUV93.23117.72157.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.02%
GREEN value IS 76 (30.08% from 255) = 26.67%
BLUE value IS 75 (29.69% from 255) = 26.32%
R=47.02%
G=26.67%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134767500.430.440.471.0228.2340.98
Hex864C4B02B2C2F11c29
Octal206114113053545713451
Binary10000110100110010010110101011101100101111111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864C4B; }

 p { color: rgb(134,76,75); }

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

<style>
 a { background-color: #864C4B; }

 a { background-color: rgb(134,76,75); }

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

<style>
 span { border-color: #864C4B; }

 span { border-color: rgb(134,76,75); }

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