Html Css Color HEX #84856D Schist

📋 copy color: '#84856D'

red 132 ◦ green 133 ◦ blue 109

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

Shades of Schist #84856D

Tints of Schist #84856D

RGB

 RED value IS 132 (51.95% from 255) = 35.29%

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

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

R = 35.29%
G = 35.56%
B = 29.14%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#84856D (or 0x84856D) is known color: Schist. HEX triplet: 84, 85 and 6D. RGB value is (132,133,109). Sum of RGB (Red+Green+Blue) = 132+133+109=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 133 - color contains mainly: green. Hex color #84856D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84856D is #7B7A92. Grayscale: #828282. Windows color (decimal): -8092307 or 7177604. OLE color: 7177604.

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

Color convert

RGB 132 133 109 -
CMYK 0.01 0 0.18 0.48
HSL 62.5º 0.1% 0.47% -
HSV(B) 62.5º 0.18% 0.52% -
XYZ 20.66 22.78 17.78 -
YUV 129.97 116.17 129.45 -
System Red Green Blue C M Y K H S L
Decimal 132 133 109 0.01 0 0.18 0.48 62.5 0.1 0.47
Hex 84 85 6D 1 0 12 30 3F A 2F
Octal 204 205 155 1 0 22 60 77 12 57
Binary 10000100 10000101 1101101 1 0 10010 110000 111111 1010 101111

Color Harmonies of #84856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84856D

Black with #84856D

Text Example


Text Example

White with #84856D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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