Html Css Color HEX #865951 Lotus

📋 copy color: '#865951'

red 134 ◦ green 89 ◦ blue 81

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

Shades of Lotus #865951

Tints of Lotus #865951

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.28%

 BLUE value IS 81 (32.03% from 255) = 26.64%

R = 44.08%
G = 29.28%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#865951 (or 0x865951) is known color: Lotus. HEX triplet: 86, 59 and 51. RGB value is (134,89,81). Sum of RGB (Red+Green+Blue) = 134+89+81=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 81 (32.03% from 255 or 26.64% from 304); Max value from RGB is 134 - color contains mainly: red. Hex color #865951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865951 is #79A6AE. Grayscale: #656565. Windows color (decimal): -7972527 or 5331334. OLE color: 5331334.

HSL color Cylindrical-coordinate representation of color #865951: hue angle of 9.06º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #865951 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 89 81 -
CMYK 0 0.34 0.40 0.47
HSL 9.06º 0.25% 0.42% -
HSV(B) 9.06º 0.4% 0.53% -
XYZ 14.89 12.81 9.47 -
YUV 101.54 116.41 151.15 -
System Red Green Blue C M Y K H S L
Decimal 134 89 81 0 0.34 0.40 0.47 9.06 0.25 0.42
Hex 86 59 51 0 22 28 2F 9 19 2A
Octal 206 131 121 0 42 50 57 11 31 52
Binary 10000110 1011001 1010001 0 100010 101000 101111 1001 11001 101010

Color Harmonies of #865951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865951

Black with #865951

Text Example


Text Example

White with #865951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865951; }

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

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

background-color css

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

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

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

border-color css

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

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

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