Html Css Color HEX #864646 Lotus

📋 copy color: '#864646'

red 134 ◦ green 70 ◦ blue 70

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

Shades of Lotus #864646

Tints of Lotus #864646

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.55%

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

R = 48.91%
G = 25.55%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#864646 (or 0x864646) is known color: Lotus. HEX triplet: 86, 46 and 46. RGB value is (134,70,70). Sum of RGB (Red+Green+Blue) = 134+70+70=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 70 (27.73% from 255 or 25.55% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #864646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864646 is #79B9B9. Grayscale: #595959. Windows color (decimal): -7977402 or 4605574. OLE color: 4605574.

HSL color Cylindrical-coordinate representation of color #864646: hue angle of 0º 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 #864646 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 70 70 -
CMYK 0 0.48 0.48 0.47
HSL 0.31% 0.4% -
HSV(B) 0.48% 0.53% -
XYZ 13.13 9.89 7.01 -
YUV 89.14 117.2 160 -
System Red Green Blue C M Y K H S L
Decimal 134 70 70 0 0.48 0.48 0.47 0 0.31 0.4
Hex 86 46 46 0 30 30 2F 0 1F 28
Octal 206 106 106 0 60 60 57 0 37 50
Binary 10000110 1000110 1000110 0 110000 110000 101111 0 11111 101000

Color Harmonies of #864646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864646

Black with #864646

Text Example


Text Example

White with #864646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864646; }

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

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

background-color css

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

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

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

border-color css

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

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

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