Html Css Color HEX #86755D Cement

📋 copy color: '#86755D'

red 134 ◦ green 117 ◦ blue 93

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

Shades of Cement #86755D

Tints of Cement #86755D

RGB

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

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

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

R = 38.95%
G = 34.01%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#86755D (or 0x86755D) is known color: Cement. HEX triplet: 86, 75 and 5D. RGB value is (134,117,93). Sum of RGB (Red+Green+Blue) = 134+117+93=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 134 - color contains mainly: red. Hex color #86755D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86755D is #798AA2. Grayscale: #777777. Windows color (decimal): -7965347 or 6124934. OLE color: 6124934.

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

Color convert

RGB 134 117 93 -
CMYK 0 0.13 0.31 0.47
HSL 35.12º 0.18% 0.45% -
HSV(B) 35.12º 0.31% 0.53% -
XYZ 18.17 18.58 12.98 -
YUV 119.35 113.13 138.45 -
System Red Green Blue C M Y K H S L
Decimal 134 117 93 0 0.13 0.31 0.47 35.12 0.18 0.45
Hex 86 75 5D 0 D 1F 2F 23 12 2D
Octal 206 165 135 0 15 37 57 43 22 55
Binary 10000110 1110101 1011101 0 1101 11111 101111 100011 10010 101101

Color Harmonies of #86755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86755D

Black with #86755D

Text Example


Text Example

White with #86755D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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