Html Css Color HEX #86514B Lotus

📋 copy color: '#86514B'

red 134 ◦ green 81 ◦ blue 75

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

Shades of Lotus #86514B

Tints of Lotus #86514B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.86%

R = 46.21%
G = 27.93%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#86514B (or 0x86514B) is known color: Lotus. HEX triplet: 86, 51 and 4B. RGB value is (134,81,75). Sum of RGB (Red+Green+Blue) = 134+81+75=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #86514B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86514B is #79AEB4. Grayscale: #606060. Windows color (decimal): -7974581 or 4936070. OLE color: 4936070.

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

Color convert

RGB 134 81 75 -
CMYK 0 0.40 0.44 0.47
HSL 6.1º 0.28% 0.41% -
HSV(B) 6.1º 0.44% 0.53% -
XYZ 14.04 11.46 8.13 -
YUV 96.16 116.06 154.99 -
System Red Green Blue C M Y K H S L
Decimal 134 81 75 0 0.40 0.44 0.47 6.1 0.28 0.41
Hex 86 51 4B 0 28 2C 2F 6 1C 29
Octal 206 121 113 0 50 54 57 6 34 51
Binary 10000110 1010001 1001011 0 101000 101100 101111 110 11100 101001

Color Harmonies of #86514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86514B

Black with #86514B

Text Example


Text Example

White with #86514B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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