Html Css Color HEX #886F55 Cement

📋 copy color: '#886F55'

red 136 ◦ green 111 ◦ blue 85

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

Shades of Cement #886F55

Tints of Cement #886F55

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.43%

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

R = 40.96%
G = 33.43%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#886F55 (or 0x886F55) is known color: Cement. HEX triplet: 88, 6F and 55. RGB value is (136,111,85). Sum of RGB (Red+Green+Blue) = 136+111+85=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 136 - color contains mainly: red. Hex color #886F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886F55 is #7790AA. Grayscale: #737373. Windows color (decimal): -7835819 or 5599112. OLE color: 5599112.

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

Color convert

RGB 136 111 85 -
CMYK 0 0.18 0.38 0.47
HSL 30.59º 0.23% 0.43% -
HSV(B) 30.59º 0.38% 0.53% -
XYZ 17.48 17.26 11 -
YUV 115.51 110.78 142.61 -
System Red Green Blue C M Y K H S L
Decimal 136 111 85 0 0.18 0.38 0.47 30.59 0.23 0.43
Hex 88 6F 55 0 12 26 2F 1F 17 2B
Octal 210 157 125 0 22 46 57 37 27 53
Binary 10001000 1101111 1010101 0 10010 100110 101111 11111 10111 101011

Color Harmonies of #886F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886F55

Black with #886F55

Text Example


Text Example

White with #886F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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