Html Css Color HEX #886F54 Cement

📋 copy color: '#886F54'

red 136 ◦ green 111 ◦ blue 84

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

Shades of Cement #886F54

Tints of Cement #886F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.38%

R = 41.09%
G = 33.53%
B = 25.38%

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

#886F54 (or 0x886F54) is known color: Cement. HEX triplet: 88, 6F and 54. RGB value is (136,111,84). Sum of RGB (Red+Green+Blue) = 136+111+84=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 84 (33.20% from 255 or 25.38% from 331); Max value from RGB is 136 - color contains mainly: red. Hex color #886F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886F54 is #7790AB. Grayscale: #737373. Windows color (decimal): -7835820 or 5533576. OLE color: 5533576.

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

Color convert

RGB 136 111 84 -
CMYK 0 0.18 0.38 0.47
HSL 31.15º 0.24% 0.43% -
HSV(B) 31.15º 0.38% 0.53% -
XYZ 17.44 17.24 10.8 -
YUV 115.4 110.28 142.7 -
System Red Green Blue C M Y K H S L
Decimal 136 111 84 0 0.18 0.38 0.47 31.15 0.24 0.43
Hex 88 6F 54 0 12 26 2F 1F 18 2B
Octal 210 157 124 0 22 46 57 37 30 53
Binary 10001000 1101111 1010100 0 10010 100110 101111 11111 11000 101011

Color Harmonies of #886F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886F54

Black with #886F54

Text Example


Text Example

White with #886F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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