Html Css Color HEX #86745B Cement

📋 copy color: '#86745B'

red 134 ◦ green 116 ◦ blue 91

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

Shades of Cement #86745B

Tints of Cement #86745B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.02%

 BLUE value IS 91 (35.94% from 255) = 26.69%

R = 39.3%
G = 34.02%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#86745B (or 0x86745B) is known color: Cement. HEX triplet: 86, 74 and 5B. RGB value is (134,116,91). Sum of RGB (Red+Green+Blue) = 134+116+91=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 134 - color contains mainly: red. Hex color #86745B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86745B is #798BA4. Grayscale: #767676. Windows color (decimal): -7965605 or 5993606. OLE color: 5993606.

HSL color Cylindrical-coordinate representation of color #86745B: hue angle of 34.88º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #86745B is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 116 91 -
CMYK 0 0.13 0.32 0.47
HSL 34.88º 0.19% 0.44% -
HSV(B) 34.88º 0.32% 0.53% -
XYZ 17.97 18.31 12.49 -
YUV 118.53 112.46 139.03 -
System Red Green Blue C M Y K H S L
Decimal 134 116 91 0 0.13 0.32 0.47 34.88 0.19 0.44
Hex 86 74 5B 0 D 20 2F 23 13 2C
Octal 206 164 133 0 15 40 57 43 23 54
Binary 10000110 1110100 1011011 0 1101 100000 101111 100011 10011 101100

Color Harmonies of #86745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86745B

Black with #86745B

Text Example


Text Example

White with #86745B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86745B; }

 p { color: rgb(134,116,91); }

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

background-color css

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

 a { background-color: rgb(134,116,91); }

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

border-color css

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

 span { border-color: rgb(134,116,91); }

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