Html Css Color HEX #84836E Schist

📋 copy color: '#84836E'

red 132 ◦ green 131 ◦ blue 110

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

Shades of Schist #84836E

Tints of Schist #84836E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.12%

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

R = 35.39%
G = 35.12%
B = 29.49%

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

#84836E (or 0x84836E) is known color: Schist. HEX triplet: 84, 83 and 6E. RGB value is (132,131,110). Sum of RGB (Red+Green+Blue) = 132+131+110=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 132 - color contains mainly: red. Hex color #84836E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84836E is #7B7C91. Grayscale: #808080. Windows color (decimal): -8092818 or 7242628. OLE color: 7242628.

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

Color convert

RGB 132 131 110 -
CMYK 0 0.01 0.17 0.48
HSL 57.27º 0.09% 0.47% -
HSV(B) 57.27º 0.17% 0.52% -
XYZ 20.45 22.26 17.97 -
YUV 128.91 117.33 130.21 -
System Red Green Blue C M Y K H S L
Decimal 132 131 110 0 0.01 0.17 0.48 57.27 0.09 0.47
Hex 84 83 6E 0 1 11 30 39 9 2F
Octal 204 203 156 0 1 21 60 71 11 57
Binary 10000100 10000011 1101110 0 1 10001 110000 111001 1001 101111

Color Harmonies of #84836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84836E

Black with #84836E

Text Example


Text Example

White with #84836E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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