Html Css Color HEX #896D55 Cement

📋 copy color: '#896D55'

red 137 ◦ green 109 ◦ blue 85

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

Shades of Cement #896D55

Tints of Cement #896D55

RGB

 RED value IS 137 (53.91% from 255) = 41.39%

 GREEN value IS 109 (42.97% from 255) = 32.93%

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

R = 41.39%
G = 32.93%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#896D55 (or 0x896D55) is known color: Cement. HEX triplet: 89, 6D and 55. RGB value is (137,109,85). Sum of RGB (Red+Green+Blue) = 137+109+85=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 137 - color contains mainly: red. Hex color #896D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896D55 is #7692AA. Grayscale: #727272. Windows color (decimal): -7770795 or 5598601. OLE color: 5598601.

HSL color Cylindrical-coordinate representation of color #896D55: hue angle of 27.69º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #896D55 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 109 85 -
CMYK 0 0.20 0.38 0.46
HSL 27.69º 0.23% 0.44% -
HSV(B) 27.69º 0.38% 0.54% -
XYZ 17.42 16.91 10.94 -
YUV 114.64 111.28 143.95 -
System Red Green Blue C M Y K H S L
Decimal 137 109 85 0 0.20 0.38 0.46 27.69 0.23 0.44
Hex 89 6D 55 0 14 26 2E 1C 17 2C
Octal 211 155 125 0 24 46 56 34 27 54
Binary 10001001 1101101 1010101 0 10100 100110 101110 11100 10111 101100

Color Harmonies of #896D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896D55

Black with #896D55

Text Example


Text Example

White with #896D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896D55; }

 p { color: rgb(137,109,85); }

 H1.HeaderClassName
 {
   color: #896D55;
 }
 .AnyTagClassName
 {
   color: #896D55;
 }
</style>

background-color css

<style>
 a { background-color: #896D55; }

 a { background-color: rgb(137,109,85); }

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

border-color css

<style>
 span { border-color: #896D55; }

 span { border-color: rgb(137,109,85); }

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