Html Css Color HEX #86725D Cement

📋 copy color: '#86725D'

red 134 ◦ green 114 ◦ blue 93

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

Shades of Cement #86725D

Tints of Cement #86725D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.27%

R = 39.3%
G = 33.43%
B = 27.27%

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

#86725D (or 0x86725D) is known color: Cement. HEX triplet: 86, 72 and 5D. RGB value is (134,114,93). Sum of RGB (Red+Green+Blue) = 134+114+93=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 134 - color contains mainly: red. Hex color #86725D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86725D is #798DA2. Grayscale: #757575. Windows color (decimal): -7966115 or 6124166. OLE color: 6124166.

HSL color Cylindrical-coordinate representation of color #86725D: hue angle of 30.73º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86725D is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 114 93 -
CMYK 0 0.15 0.31 0.47
HSL 30.73º 0.18% 0.45% -
HSV(B) 30.73º 0.31% 0.53% -
XYZ 17.82 17.89 12.87 -
YUV 117.59 114.13 139.71 -
System Red Green Blue C M Y K H S L
Decimal 134 114 93 0 0.15 0.31 0.47 30.73 0.18 0.45
Hex 86 72 5D 0 F 1F 2F 1F 12 2D
Octal 206 162 135 0 17 37 57 37 22 55
Binary 10000110 1110010 1011101 0 1111 11111 101111 11111 10010 101101

Color Harmonies of #86725D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86725D

Black with #86725D

Text Example


Text Example

White with #86725D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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