Html Css Color HEX #86856E Schist

📋 copy color: '#86856E'

red 134 ◦ green 133 ◦ blue 110

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

Shades of Schist #86856E

Tints of Schist #86856E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.28%

 BLUE value IS 110 (43.36% from 255) = 29.18%

R = 35.54%
G = 35.28%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#86856E (or 0x86856E) is known color: Schist. HEX triplet: 86, 85 and 6E. RGB value is (134,133,110). Sum of RGB (Red+Green+Blue) = 134+133+110=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 134 - color contains mainly: red. Hex color #86856E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86856E is #797A91. Grayscale: #828282. Windows color (decimal): -7961234 or 7243142. OLE color: 7243142.

HSL color Cylindrical-coordinate representation of color #86856E: hue angle of 57.5º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #86856E is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 133 110 -
CMYK 0 0.01 0.18 0.47
HSL 57.5º 0.1% 0.48% -
HSV(B) 57.5º 0.18% 0.53% -
XYZ 21.03 22.97 18.08 -
YUV 130.68 116.33 130.37 -
System Red Green Blue C M Y K H S L
Decimal 134 133 110 0 0.01 0.18 0.47 57.5 0.1 0.48
Hex 86 85 6E 0 1 12 2F 3A A 30
Octal 206 205 156 0 1 22 57 72 12 60
Binary 10000110 10000101 1101110 0 1 10010 101111 111010 1010 110000

Color Harmonies of #86856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86856E

Black with #86856E

Text Example


Text Example

White with #86856E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86856E; }

 p { color: rgb(134,133,110); }

 H1.HeaderClassName
 {
   color: #86856E;
 }
 .AnyTagClassName
 {
   color: #86856E;
 }
</style>

background-color css

<style>
 a { background-color: #86856E; }

 a { background-color: rgb(134,133,110); }

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

border-color css

<style>
 span { border-color: #86856E; }

 span { border-color: rgb(134,133,110); }

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