Html Css Color HEX #85846E Schist

📋 copy color: '#85846E'

red 133 ◦ green 132 ◦ blue 110

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

Shades of Schist #85846E

Tints of Schist #85846E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.2%

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

R = 35.47%
G = 35.2%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85846E (or 0x85846E) is known color: Schist. HEX triplet: 85, 84 and 6E. RGB value is (133,132,110). Sum of RGB (Red+Green+Blue) = 133+132+110=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 133 - color contains mainly: red. Hex color #85846E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85846E is #7A7B91. Grayscale: #818181. Windows color (decimal): -8027026 or 7242885. OLE color: 7242885.

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

Color convert

RGB 133 132 110 -
CMYK 0 0.01 0.17 0.48
HSL 57.39º 0.09% 0.48% -
HSV(B) 57.39º 0.17% 0.52% -
XYZ 20.74 22.61 18.02 -
YUV 129.79 116.83 130.29 -
System Red Green Blue C M Y K H S L
Decimal 133 132 110 0 0.01 0.17 0.48 57.39 0.09 0.48
Hex 85 84 6E 0 1 11 30 39 9 30
Octal 205 204 156 0 1 21 60 71 11 60
Binary 10000101 10000100 1101110 0 1 10001 110000 111001 1001 110000

Color Harmonies of #85846E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85846E

Black with #85846E

Text Example


Text Example

White with #85846E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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