Html Css Color HEX #886E50 Cement

📋 copy color: '#886E50'

red 136 ◦ green 110 ◦ blue 80

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

Shades of Cement #886E50

Tints of Cement #886E50

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.74%

 BLUE value IS 80 (31.64% from 255) = 24.54%

R = 41.72%
G = 33.74%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#886E50 (or 0x886E50) is known color: Cement. HEX triplet: 88, 6E and 50. RGB value is (136,110,80). Sum of RGB (Red+Green+Blue) = 136+110+80=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 136 - color contains mainly: red. Hex color #886E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886E50 is #7791AF. Grayscale: #727272. Windows color (decimal): -7836080 or 5271176. OLE color: 5271176.

HSL color Cylindrical-coordinate representation of color #886E50: hue angle of 32.14º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #886E50 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 110 80 -
CMYK 0 0.19 0.41 0.47
HSL 32.14º 0.26% 0.42% -
HSV(B) 32.14º 0.41% 0.53% -
XYZ 17.18 16.97 9.96 -
YUV 114.35 108.61 143.44 -
System Red Green Blue C M Y K H S L
Decimal 136 110 80 0 0.19 0.41 0.47 32.14 0.26 0.42
Hex 88 6E 50 0 13 29 2F 20 1A 2A
Octal 210 156 120 0 23 51 57 40 32 52
Binary 10001000 1101110 1010000 0 10011 101001 101111 100000 11010 101010

Color Harmonies of #886E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886E50

Black with #886E50

Text Example


Text Example

White with #886E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886E50; }

 p { color: rgb(136,110,80); }

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

background-color css

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

 a { background-color: rgb(136,110,80); }

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

border-color css

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

 span { border-color: rgb(136,110,80); }

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