Html Css Color HEX #885655 Lotus

📋 copy color: '#885655'

red 136 ◦ green 86 ◦ blue 85

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

Shades of Lotus #885655

Tints of Lotus #885655

RGB

 RED value IS 136 (53.52% from 255) = 44.3%

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

 BLUE value IS 85 (33.59% from 255) = 27.69%

R = 44.3%
G = 28.01%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#885655 (or 0x885655) is known color: Lotus. HEX triplet: 88, 56 and 55. RGB value is (136,86,85). Sum of RGB (Red+Green+Blue) = 136+86+85=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 136 - color contains mainly: red. Hex color #885655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885655 is #77A9AA. Grayscale: #646464. Windows color (decimal): -7842219 or 5592712. OLE color: 5592712.

HSL color Cylindrical-coordinate representation of color #885655: hue angle of 1.18º degrees, saturation: 0.23, 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 #885655 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 86 85 -
CMYK 0 0.37 0.38 0.47
HSL 1.18º 0.23% 0.43% -
HSV(B) 1.18º 0.38% 0.53% -
XYZ 15.12 12.55 10.22 -
YUV 100.84 119.07 153.08 -
System Red Green Blue C M Y K H S L
Decimal 136 86 85 0 0.37 0.38 0.47 1.18 0.23 0.43
Hex 88 56 55 0 25 26 2F 1 17 2B
Octal 210 126 125 0 45 46 57 1 27 53
Binary 10001000 1010110 1010101 0 100101 100110 101111 1 10111 101011

Color Harmonies of #885655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885655

Black with #885655

Text Example


Text Example

White with #885655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885655; }

 p { color: rgb(136,86,85); }

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

background-color css

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

 a { background-color: rgb(136,86,85); }

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

border-color css

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

 span { border-color: rgb(136,86,85); }

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