Html Css Color HEX #86504B Lotus

📋 copy color: '#86504B'

red 134 ◦ green 80 ◦ blue 75

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

Shades of Lotus #86504B

Tints of Lotus #86504B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.68%

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

R = 46.37%
G = 27.68%
B = 25.95%

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

#86504B (or 0x86504B) is known color: Lotus. HEX triplet: 86, 50 and 4B. RGB value is (134,80,75). Sum of RGB (Red+Green+Blue) = 134+80+75=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 134 - color contains mainly: red. Hex color #86504B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86504B is #79AFB4. Grayscale: #5F5F5F. Windows color (decimal): -7974837 or 4935814. OLE color: 4935814.

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

Color convert

RGB 134 80 75 -
CMYK 0 0.40 0.44 0.47
HSL 5.08º 0.28% 0.41% -
HSV(B) 5.08º 0.44% 0.53% -
XYZ 13.97 11.31 8.1 -
YUV 95.58 116.39 155.41 -
System Red Green Blue C M Y K H S L
Decimal 134 80 75 0 0.40 0.44 0.47 5.08 0.28 0.41
Hex 86 50 4B 0 28 2C 2F 5 1C 29
Octal 206 120 113 0 50 54 57 5 34 51
Binary 10000110 1010000 1001011 0 101000 101100 101111 101 11100 101001

Color Harmonies of #86504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86504B

Black with #86504B

Text Example


Text Example

White with #86504B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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