Html Css Color HEX #86866F Schist

📋 copy color: '#86866F'

red 134 ◦ green 134 ◦ blue 111

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

Shades of Schist #86866F

Tints of Schist #86866F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.36%

 BLUE value IS 111 (43.75% from 255) = 29.29%

R = 35.36%
G = 35.36%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#86866F (or 0x86866F) is known color: Schist. HEX triplet: 86, 86 and 6F. RGB value is (134,134,111). Sum of RGB (Red+Green+Blue) = 134+134+111=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 134 - color contains mainly: red, green. Hex color #86866F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86866F is #797990. Grayscale: #838383. Windows color (decimal): -7960977 or 7308934. OLE color: 7308934.

HSL color Cylindrical-coordinate representation of color #86866F: hue angle of 60º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #86866F is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 134 111 -
CMYK 0 0 0.17 0.47
HSL 60º 0.09% 0.48% -
HSV(B) 60º 0.17% 0.53% -
XYZ 21.23 23.27 18.41 -
YUV 131.38 116.5 129.87 -
System Red Green Blue C M Y K H S L
Decimal 134 134 111 0 0 0.17 0.47 60 0.09 0.48
Hex 86 86 6F 0 0 11 2F 3C 9 30
Octal 206 206 157 0 0 21 57 74 11 60
Binary 10000110 10000110 1101111 0 0 10001 101111 111100 1001 110000

Color Harmonies of #86866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86866F

Black with #86866F

Text Example


Text Example

White with #86866F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86866F; }

 p { color: rgb(134,134,111); }

 H1.HeaderClassName
 {
   color: #86866F;
 }
 .AnyTagClassName
 {
   color: #86866F;
 }
</style>

background-color css

<style>
 a { background-color: #86866F; }

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

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

border-color css

<style>
 span { border-color: #86866F; }

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

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