Html Css Color HEX #86755B Cement

📋 copy color: '#86755B'

red 134 ◦ green 117 ◦ blue 91

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

Shades of Cement #86755B

Tints of Cement #86755B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.21%

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

R = 39.18%
G = 34.21%
B = 26.61%

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

#86755B (or 0x86755B) is known color: Cement. HEX triplet: 86, 75 and 5B. RGB value is (134,117,91). Sum of RGB (Red+Green+Blue) = 134+117+91=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 134 - color contains mainly: red. Hex color #86755B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86755B is #798AA4. Grayscale: #777777. Windows color (decimal): -7965349 or 5993862. OLE color: 5993862.

HSL color Cylindrical-coordinate representation of color #86755B: hue angle of 36.28º 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 #86755B is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 117 91 -
CMYK 0 0.13 0.32 0.47
HSL 36.28º 0.19% 0.44% -
HSV(B) 36.28º 0.32% 0.53% -
XYZ 18.08 18.55 12.52 -
YUV 119.12 112.13 138.61 -
System Red Green Blue C M Y K H S L
Decimal 134 117 91 0 0.13 0.32 0.47 36.28 0.19 0.44
Hex 86 75 5B 0 D 20 2F 24 13 2C
Octal 206 165 133 0 15 40 57 44 23 54
Binary 10000110 1110101 1011011 0 1101 100000 101111 100100 10011 101100

Color Harmonies of #86755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86755B

Black with #86755B

Text Example


Text Example

White with #86755B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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