Html Css Color HEX #86866B Schist

📋 copy color: '#86866B'

red 134 ◦ green 134 ◦ blue 107

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

Shades of Schist #86866B

Tints of Schist #86866B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.53%

R = 35.73%
G = 35.73%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#86866B (or 0x86866B) is known color: Schist. HEX triplet: 86, 86 and 6B. RGB value is (134,134,107). Sum of RGB (Red+Green+Blue) = 134+134+107=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 134 - color contains mainly: red, green. Hex color #86866B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86866B is #797994. Grayscale: #838383. Windows color (decimal): -7960981 or 7046790. OLE color: 7046790.

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

Color convert

RGB 134 134 107 -
CMYK 0 0 0.20 0.47
HSL 60º 0.11% 0.47% -
HSV(B) 60º 0.2% 0.53% -
XYZ 21.01 23.18 17.28 -
YUV 130.92 114.5 130.2 -
System Red Green Blue C M Y K H S L
Decimal 134 134 107 0 0 0.20 0.47 60 0.11 0.47
Hex 86 86 6B 0 0 14 2F 3C B 2F
Octal 206 206 153 0 0 24 57 74 13 57
Binary 10000110 10000110 1101011 0 0 10100 101111 111100 1011 101111

Color Harmonies of #86866B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86866B

Black with #86866B

Text Example


Text Example

White with #86866B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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