Html Css Color HEX #886E55 Cement

📋 copy color: '#886E55'

red 136 ◦ green 110 ◦ blue 85

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

Shades of Cement #886E55

Tints of Cement #886E55

RGB

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

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

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

R = 41.09%
G = 33.23%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#886E55 (or 0x886E55) is known color: Cement. HEX triplet: 88, 6E and 55. RGB value is (136,110,85). Sum of RGB (Red+Green+Blue) = 136+110+85=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 136 - color contains mainly: red. Hex color #886E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886E55 is #7791AA. Grayscale: #737373. Windows color (decimal): -7836075 or 5598856. OLE color: 5598856.

HSL color Cylindrical-coordinate representation of color #886E55: hue angle of 29.41º 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 #886E55 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 110 85 -
CMYK 0 0.19 0.38 0.47
HSL 29.41º 0.23% 0.43% -
HSV(B) 29.41º 0.38% 0.53% -
XYZ 17.37 17.04 10.97 -
YUV 114.92 111.11 143.03 -
System Red Green Blue C M Y K H S L
Decimal 136 110 85 0 0.19 0.38 0.47 29.41 0.23 0.43
Hex 88 6E 55 0 13 26 2F 1D 17 2B
Octal 210 156 125 0 23 46 57 35 27 53
Binary 10001000 1101110 1010101 0 10011 100110 101111 11101 10111 101011

Color Harmonies of #886E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886E55

Black with #886E55

Text Example


Text Example

White with #886E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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