Html Css Color HEX #85856C Schist

📋 copy color: '#85856C'

red 133 ◦ green 133 ◦ blue 108

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

Shades of Schist #85856C

Tints of Schist #85856C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.88%

R = 35.56%
G = 35.56%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#85856C (or 0x85856C) is known color: Schist. HEX triplet: 85, 85 and 6C. RGB value is (133,133,108). Sum of RGB (Red+Green+Blue) = 133+133+108=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 133 - color contains mainly: red, green. Hex color #85856C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85856C is #7A7A93. Grayscale: #828282. Windows color (decimal): -8026772 or 7112069. OLE color: 7112069.

HSL color Cylindrical-coordinate representation of color #85856C: 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.19%. Process color model (Four color, CMYK) of #85856C is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 133 108 -
CMYK 0 0 0.19 0.48
HSL 60º 0.1% 0.47% -
HSV(B) 60º 0.19% 0.52% -
XYZ 20.77 22.84 17.5 -
YUV 130.15 115.5 130.03 -
System Red Green Blue C M Y K H S L
Decimal 133 133 108 0 0 0.19 0.48 60 0.1 0.47
Hex 85 85 6C 0 0 13 30 3C A 2F
Octal 205 205 154 0 0 23 60 74 12 57
Binary 10000101 10000101 1101100 0 0 10011 110000 111100 1010 101111

Color Harmonies of #85856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85856C

Black with #85856C

Text Example


Text Example

White with #85856C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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