Html Css Color HEX #867057 Cement

📋 copy color: '#867057'

red 134 ◦ green 112 ◦ blue 87

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

Shades of Cement #867057

Tints of Cement #867057

RGB

 RED value IS 134 (52.73% from 255) = 40.24%

 GREEN value IS 112 (44.14% from 255) = 33.63%

 BLUE value IS 87 (34.38% from 255) = 26.13%

R = 40.24%
G = 33.63%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.47

RGB Variations

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

Color information

#867057 (or 0x867057) is known color: Cement. HEX triplet: 86, 70 and 57. RGB value is (134,112,87). Sum of RGB (Red+Green+Blue) = 134+112+87=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 87 (34.38% from 255 or 26.13% from 333); Max value from RGB is 134 - color contains mainly: red. Hex color #867057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867057 is #798FA8. Grayscale: #737373. Windows color (decimal): -7966633 or 5730438. OLE color: 5730438.

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

Color convert

RGB 134 112 87 -
CMYK 0 0.16 0.35 0.47
HSL 31.91º 0.21% 0.43% -
HSV(B) 31.91º 0.35% 0.53% -
XYZ 17.35 17.34 11.45 -
YUV 115.73 111.79 141.03 -
System Red Green Blue C M Y K H S L
Decimal 134 112 87 0 0.16 0.35 0.47 31.91 0.21 0.43
Hex 86 70 57 0 10 23 2F 20 15 2B
Octal 206 160 127 0 20 43 57 40 25 53
Binary 10000110 1110000 1010111 0 10000 100011 101111 100000 10101 101011

Color Harmonies of #867057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867057

Black with #867057

Text Example


Text Example

White with #867057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867057; }

 p { color: rgb(134,112,87); }

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

background-color css

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

 a { background-color: rgb(134,112,87); }

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

border-color css

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

 span { border-color: rgb(134,112,87); }

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