Html Css Color HEX #85866F Schist

📋 copy color: '#85866F'

red 133 ◦ green 134 ◦ blue 111

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

Shades of Schist #85866F

Tints of Schist #85866F

RGB

 RED value IS 133 (52.34% from 255) = 35.19%

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

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

R = 35.19%
G = 35.45%
B = 29.37%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#85866F (or 0x85866F) is known color: Schist. HEX triplet: 85, 86 and 6F. RGB value is (133,134,111). Sum of RGB (Red+Green+Blue) = 133+134+111=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 134 - color contains mainly: green. Hex color #85866F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85866F is #7A7990. Grayscale: #838383. Windows color (decimal): -8026513 or 7308933. OLE color: 7308933.

HSL color Cylindrical-coordinate representation of color #85866F: hue angle of 62.61º 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 #85866F is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 134 111 -
CMYK 0.01 0 0.17 0.47
HSL 62.61º 0.09% 0.48% -
HSV(B) 62.61º 0.17% 0.53% -
XYZ 21.07 23.18 18.4 -
YUV 131.08 116.67 129.37 -
System Red Green Blue C M Y K H S L
Decimal 133 134 111 0.01 0 0.17 0.47 62.61 0.09 0.48
Hex 85 86 6F 1 0 11 2F 3F 9 30
Octal 205 206 157 1 0 21 57 77 11 60
Binary 10000101 10000110 1101111 1 0 10001 101111 111111 1001 110000

Color Harmonies of #85866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85866F

Black with #85866F

Text Example


Text Example

White with #85866F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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