Html Css Color HEX #86725C Cement

📋 copy color: '#86725C'

red 134 ◦ green 114 ◦ blue 92

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

Shades of Cement #86725C

Tints of Cement #86725C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.53%

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

R = 39.41%
G = 33.53%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#86725C (or 0x86725C) is known color: Cement. HEX triplet: 86, 72 and 5C. RGB value is (134,114,92). Sum of RGB (Red+Green+Blue) = 134+114+92=340 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.41% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 134 - color contains mainly: red. Hex color #86725C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86725C is #798DA3. Grayscale: #757575. Windows color (decimal): -7966116 or 6058630. OLE color: 6058630.

HSL color Cylindrical-coordinate representation of color #86725C: hue angle of 31.43º 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 #86725C is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 114 92 -
CMYK 0 0.15 0.31 0.47
HSL 31.43º 0.19% 0.44% -
HSV(B) 31.43º 0.31% 0.53% -
XYZ 17.78 17.88 12.64 -
YUV 117.47 113.63 139.79 -
System Red Green Blue C M Y K H S L
Decimal 134 114 92 0 0.15 0.31 0.47 31.43 0.19 0.44
Hex 86 72 5C 0 F 1F 2F 1F 13 2C
Octal 206 162 134 0 17 37 57 37 23 54
Binary 10000110 1110010 1011100 0 1111 11111 101111 11111 10011 101100

Color Harmonies of #86725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86725C

Black with #86725C

Text Example


Text Example

White with #86725C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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