Html Css Color HEX #896F56 Cement

📋 copy color: '#896F56'

red 137 ◦ green 111 ◦ blue 86

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

Shades of Cement #896F56

Tints of Cement #896F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.75%

R = 41.02%
G = 33.23%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.46

RGB Variations

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

Color information

#896F56 (or 0x896F56) is known color: Cement. HEX triplet: 89, 6F and 56. RGB value is (137,111,86). Sum of RGB (Red+Green+Blue) = 137+111+86=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 137 - color contains mainly: red. Hex color #896F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896F56 is #7690A9. Grayscale: #747474. Windows color (decimal): -7770282 or 5664649. OLE color: 5664649.

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

Color convert

RGB 137 111 86 -
CMYK 0 0.19 0.37 0.46
HSL 29.41º 0.23% 0.44% -
HSV(B) 29.41º 0.37% 0.54% -
XYZ 17.68 17.36 11.22 -
YUV 115.92 111.11 143.03 -
System Red Green Blue C M Y K H S L
Decimal 137 111 86 0 0.19 0.37 0.46 29.41 0.23 0.44
Hex 89 6F 56 0 13 25 2E 1D 17 2C
Octal 211 157 126 0 23 45 56 35 27 54
Binary 10001001 1101111 1010110 0 10011 100101 101110 11101 10111 101100

Color Harmonies of #896F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896F56

Black with #896F56

Text Example


Text Example

White with #896F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,111,86); }

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

background-color css

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

 a { background-color: rgb(137,111,86); }

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

border-color css

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

 span { border-color: rgb(137,111,86); }

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