Html Css Color HEX #865653 Lotus

📋 copy color: '#865653'

red 134 ◦ green 86 ◦ blue 83

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

Shades of Lotus #865653

Tints of Lotus #865653

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.38%

 BLUE value IS 83 (32.81% from 255) = 27.39%

R = 44.22%
G = 28.38%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#865653 (or 0x865653) is known color: Lotus. HEX triplet: 86, 56 and 53. RGB value is (134,86,83). Sum of RGB (Red+Green+Blue) = 134+86+83=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 83 (32.81% from 255 or 27.39% from 303); Max value from RGB is 134 - color contains mainly: red. Hex color #865653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865653 is #79A9AC. Grayscale: #646464. Windows color (decimal): -7973293 or 5461638. OLE color: 5461638.

HSL color Cylindrical-coordinate representation of color #865653: hue angle of 3.53º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #865653 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 86 83 -
CMYK 0 0.36 0.38 0.47
HSL 3.53º 0.24% 0.43% -
HSV(B) 3.53º 0.38% 0.53% -
XYZ 14.72 12.35 9.79 -
YUV 100.01 118.4 152.24 -
System Red Green Blue C M Y K H S L
Decimal 134 86 83 0 0.36 0.38 0.47 3.53 0.24 0.43
Hex 86 56 53 0 24 26 2F 4 18 2B
Octal 206 126 123 0 44 46 57 4 30 53
Binary 10000110 1010110 1010011 0 100100 100110 101111 100 11000 101011

Color Harmonies of #865653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865653

Black with #865653

Text Example


Text Example

White with #865653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865653; }

 p { color: rgb(134,86,83); }

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

background-color css

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

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

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

border-color css

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

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

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