Html Css Color HEX #86735C Cement

📋 copy color: '#86735C'

red 134 ◦ green 115 ◦ blue 92

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

Shades of Cement #86735C

Tints of Cement #86735C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.72%

 BLUE value IS 92 (36.33% from 255) = 26.98%

R = 39.3%
G = 33.72%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#86735C (or 0x86735C) is known color: Cement. HEX triplet: 86, 73 and 5C. RGB value is (134,115,92). Sum of RGB (Red+Green+Blue) = 134+115+92=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 134 - color contains mainly: red. Hex color #86735C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86735C is #798CA3. Grayscale: #767676. Windows color (decimal): -7965860 or 6058886. OLE color: 6058886.

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

Color convert

RGB 134 115 92 -
CMYK 0 0.14 0.31 0.47
HSL 32.86º 0.19% 0.44% -
HSV(B) 32.86º 0.31% 0.53% -
XYZ 17.89 18.1 12.68 -
YUV 118.06 113.29 139.37 -
System Red Green Blue C M Y K H S L
Decimal 134 115 92 0 0.14 0.31 0.47 32.86 0.19 0.44
Hex 86 73 5C 0 E 1F 2F 21 13 2C
Octal 206 163 134 0 16 37 57 41 23 54
Binary 10000110 1110011 1011100 0 1110 11111 101111 100001 10011 101100

Color Harmonies of #86735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86735C

Black with #86735C

Text Example


Text Example

White with #86735C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86735C; }

 p { color: rgb(134,115,92); }

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

background-color css

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

 a { background-color: rgb(134,115,92); }

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

border-color css

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

 span { border-color: rgb(134,115,92); }

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