Html Css Color HEX #864846 Lotus

📋 copy color: '#864846'

red 134 ◦ green 72 ◦ blue 70

#864846
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lotus #864846

Tints of Lotus #864846

RGB

 RED value IS 134 (52.73% from 255) = 48.55%

 GREEN value IS 72 (28.52% from 255) = 26.09%

 BLUE value IS 70 (27.73% from 255) = 25.36%

R = 48.55%
G = 26.09%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#864846 (or 0x864846) is known color: Lotus. HEX triplet: 86, 48 and 46. RGB value is (134,72,70). Sum of RGB (Red+Green+Blue) = 134+72+70=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #864846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864846 is #79B7B9. Grayscale: #5A5A5A. Windows color (decimal): -7976890 or 4606086. OLE color: 4606086.

HSL color Cylindrical-coordinate representation of color #864846: hue angle of 1.88º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #864846 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 72 70 -
CMYK 0 0.46 0.48 0.47
HSL 1.88º 0.31% 0.4% -
HSV(B) 1.88º 0.48% 0.53% -
XYZ 13.25 10.15 7.05 -
YUV 90.31 116.54 159.16 -
System Red Green Blue C M Y K H S L
Decimal 134 72 70 0 0.46 0.48 0.47 1.88 0.31 0.4
Hex 86 48 46 0 2E 30 2F 2 1F 28
Octal 206 110 106 0 56 60 57 2 37 50
Binary 10000110 1001000 1000110 0 101110 110000 101111 10 11111 101000

Color Harmonies of #864846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864846

Black with #864846

Text Example


Text Example

White with #864846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864846; }

 p { color: rgb(134,72,70); }

 H1.HeaderClassName
 {
   color: #864846;
 }
 .AnyTagClassName
 {
   color: #864846;
 }
</style>

background-color css

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

 a { background-color: rgb(134,72,70); }

 div.DivClassName
 {
   background-color: #864846;
 }
 .BgClassName
 {
   background-color: #864846;
 }
</style>

border-color css

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

 span { border-color: rgb(134,72,70); }

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