Html Css Color HEX #86735A Cement

📋 copy color: '#86735A'

red 134 ◦ green 115 ◦ blue 90

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

Shades of Cement #86735A

Tints of Cement #86735A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.55%

R = 39.53%
G = 33.92%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#86735A (or 0x86735A) is known color: Cement. HEX triplet: 86, 73 and 5A. RGB value is (134,115,90). Sum of RGB (Red+Green+Blue) = 134+115+90=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 134 - color contains mainly: red. Hex color #86735A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86735A is #798CA5. Grayscale: #757575. Windows color (decimal): -7965862 or 5927814. OLE color: 5927814.

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

Color convert

RGB 134 115 90 -
CMYK 0 0.14 0.33 0.47
HSL 34.09º 0.2% 0.44% -
HSV(B) 34.09º 0.33% 0.53% -
XYZ 17.81 18.07 12.22 -
YUV 117.83 112.29 139.53 -
System Red Green Blue C M Y K H S L
Decimal 134 115 90 0 0.14 0.33 0.47 34.09 0.2 0.44
Hex 86 73 5A 0 E 21 2F 22 14 2C
Octal 206 163 132 0 16 41 57 42 24 54
Binary 10000110 1110011 1011010 0 1110 100001 101111 100010 10100 101100

Color Harmonies of #86735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86735A

Black with #86735A

Text Example


Text Example

White with #86735A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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