Html Css Color HEX #886C53 Cement

📋 copy color: '#886C53'

red 136 ◦ green 108 ◦ blue 83

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

Shades of Cement #886C53

Tints of Cement #886C53

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.03%

 BLUE value IS 83 (32.81% from 255) = 25.38%

R = 41.59%
G = 33.03%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#886C53 (or 0x886C53) is known color: Cement. HEX triplet: 88, 6C and 53. RGB value is (136,108,83). Sum of RGB (Red+Green+Blue) = 136+108+83=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 136 - color contains mainly: red. Hex color #886C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886C53 is #7793AC. Grayscale: #717171. Windows color (decimal): -7836589 or 5467272. OLE color: 5467272.

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

Color convert

RGB 136 108 83 -
CMYK 0 0.21 0.39 0.47
HSL 28.3º 0.24% 0.43% -
HSV(B) 28.3º 0.39% 0.53% -
XYZ 17.08 16.58 10.48 -
YUV 113.52 110.78 144.03 -
System Red Green Blue C M Y K H S L
Decimal 136 108 83 0 0.21 0.39 0.47 28.3 0.24 0.43
Hex 88 6C 53 0 15 27 2F 1C 18 2B
Octal 210 154 123 0 25 47 57 34 30 53
Binary 10001000 1101100 1010011 0 10101 100111 101111 11100 11000 101011

Color Harmonies of #886C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886C53

Black with #886C53

Text Example


Text Example

White with #886C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,108,83); }

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

background-color css

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

 a { background-color: rgb(136,108,83); }

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

border-color css

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

 span { border-color: rgb(136,108,83); }

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