Html Css Color HEX #86514A Lotus

📋 copy color: '#86514A'

red 134 ◦ green 81 ◦ blue 74

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

Shades of Lotus #86514A

Tints of Lotus #86514A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.03%

 BLUE value IS 74 (29.3% from 255) = 25.61%

R = 46.37%
G = 28.03%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#86514A (or 0x86514A) is known color: Lotus. HEX triplet: 86, 51 and 4A. RGB value is (134,81,74). Sum of RGB (Red+Green+Blue) = 134+81+74=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 134 - color contains mainly: red. Hex color #86514A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86514A is #79AEB5. Grayscale: #606060. Windows color (decimal): -7974582 or 4870534. OLE color: 4870534.

HSL color Cylindrical-coordinate representation of color #86514A: hue angle of 7º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86514A is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 81 74 -
CMYK 0 0.40 0.45 0.47
HSL 0.29% 0.41% -
HSV(B) 0.45% 0.53% -
XYZ 14.01 11.45 7.95 -
YUV 96.05 115.56 155.07 -
System Red Green Blue C M Y K H S L
Decimal 134 81 74 0 0.40 0.45 0.47 7 0.29 0.41
Hex 86 51 4A 0 28 2D 2F 7 1D 29
Octal 206 121 112 0 50 55 57 7 35 51
Binary 10000110 1010001 1001010 0 101000 101101 101111 111 11101 101001

Color Harmonies of #86514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86514A

Black with #86514A

Text Example


Text Example

White with #86514A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86514A; }

 p { color: rgb(134,81,74); }

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

background-color css

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

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

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

border-color css

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

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

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