Html Css Color HEX #85856E Schist

📋 copy color: '#85856E'

red 133 ◦ green 133 ◦ blue 110

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

Shades of Schist #85856E

Tints of Schist #85856E

RGB

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

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

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

R = 35.37%
G = 35.37%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85856E (or 0x85856E) is known color: Schist. HEX triplet: 85, 85 and 6E. RGB value is (133,133,110). Sum of RGB (Red+Green+Blue) = 133+133+110=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 133 - color contains mainly: red, green. Hex color #85856E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85856E is #7A7A91. Grayscale: #828282. Windows color (decimal): -8026770 or 7243141. OLE color: 7243141.

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

Color convert

RGB 133 133 110 -
CMYK 0 0 0.17 0.48
HSL 60º 0.09% 0.48% -
HSV(B) 60º 0.17% 0.52% -
XYZ 20.87 22.89 18.07 -
YUV 130.38 116.5 129.87 -
System Red Green Blue C M Y K H S L
Decimal 133 133 110 0 0 0.17 0.48 60 0.09 0.48
Hex 85 85 6E 0 0 11 30 3C 9 30
Octal 205 205 156 0 0 21 60 74 11 60
Binary 10000101 10000101 1101110 0 0 10001 110000 111100 1001 110000

Color Harmonies of #85856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85856E

Black with #85856E

Text Example


Text Example

White with #85856E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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