Html Css Color HEX #85856D Schist

📋 copy color: '#85856D'

red 133 ◦ green 133 ◦ blue 109

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

Shades of Schist #85856D

Tints of Schist #85856D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.07%

R = 35.47%
G = 35.47%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#85856D (or 0x85856D) is known color: Schist. HEX triplet: 85, 85 and 6D. RGB value is (133,133,109). Sum of RGB (Red+Green+Blue) = 133+133+109=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 133 - color contains mainly: red, green. Hex color #85856D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85856D is #7A7A92. Grayscale: #828282. Windows color (decimal): -8026771 or 7177605. OLE color: 7177605.

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

Color convert

RGB 133 133 109 -
CMYK 0 0 0.18 0.48
HSL 60º 0.1% 0.47% -
HSV(B) 60º 0.18% 0.52% -
XYZ 20.82 22.87 17.78 -
YUV 130.26 116 129.95 -
System Red Green Blue C M Y K H S L
Decimal 133 133 109 0 0 0.18 0.48 60 0.1 0.47
Hex 85 85 6D 0 0 12 30 3C A 2F
Octal 205 205 155 0 0 22 60 74 12 57
Binary 10000101 10000101 1101101 0 0 10010 110000 111100 1010 101111

Color Harmonies of #85856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85856D

Black with #85856D

Text Example


Text Example

White with #85856D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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