Html Css Color HEX #867059 Cement

📋 copy color: '#867059'

red 134 ◦ green 112 ◦ blue 89

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

Shades of Cement #867059

Tints of Cement #867059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 26.57%

R = 40%
G = 33.43%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#867059 (or 0x867059) is known color: Cement. HEX triplet: 86, 70 and 59. RGB value is (134,112,89). Sum of RGB (Red+Green+Blue) = 134+112+89=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 89 (35.16% from 255 or 26.57% from 335); Max value from RGB is 134 - color contains mainly: red. Hex color #867059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867059 is #798FA6. Grayscale: #747474. Windows color (decimal): -7966631 or 5861510. OLE color: 5861510.

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

Color convert

RGB 134 112 89 -
CMYK 0 0.16 0.34 0.47
HSL 30.67º 0.2% 0.44% -
HSV(B) 30.67º 0.34% 0.53% -
XYZ 17.43 17.38 11.89 -
YUV 115.96 112.79 140.87 -
System Red Green Blue C M Y K H S L
Decimal 134 112 89 0 0.16 0.34 0.47 30.67 0.2 0.44
Hex 86 70 59 0 10 22 2F 1F 14 2C
Octal 206 160 131 0 20 42 57 37 24 54
Binary 10000110 1110000 1011001 0 10000 100010 101111 11111 10100 101100

Color Harmonies of #867059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867059

Black with #867059

Text Example


Text Example

White with #867059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867059; }

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

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

background-color css

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

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

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

border-color css

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

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

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