#886B4E

Color #886B4E Cement (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cement #886B4E

Tints of Cement #886B4E

Color information

#886B4E (or 0x886B4E) is unknown color: approx Cement. HEX triplet: 88, 6B and 4E. RGB value is (136,107,78). Sum of RGB (Red+Green+Blue) = 136+107+78=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 136 - color contains mainly: red. Hex color #886B4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886B4E is #7794B1. Grayscale: #707070. Windows color (decimal): -7836850 or 5139336. OLE color: 5139336.

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

Color convert

RGB13610778-
CMYK00.210.430.47
HSL30º27.1%41.96%-
HSV(B)30º42.65%53.33%-
XYZ16.7916.39.47-
YUV112.36108.61144.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.37%
GREEN value IS 107 (42.19% from 255) = 33.33%
BLUE value IS 78 (30.86% from 255) = 24.30%
R=42.37%
G=33.33%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361077800.210.430.473027.141.96
Hex886B4E0152B2F1e1b2a
Octal2101531160255357363352
Binary10001000110101110011100101011010111011111111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,107,78); }

 H1.HeaderClassName
 {
   color: #886B4E;
 }
 .AnyTagClassName
 {
   color: #886B4E;
 }
</style>
background-color css

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

 a { background-color: rgb(136,107,78); }

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

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

 span { border-color: rgb(136,107,78); }

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