#84836C

Color #84836C Schist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Schist #84836C

Tints of Schist #84836C

Color information

#84836C (or 0x84836C) is unknown color: approx Schist. HEX triplet: 84, 83 and 6C. RGB value is (132,131,108). Sum of RGB (Red+Green+Blue) = 132+131+108=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 132 - color contains mainly: red. Hex color #84836C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84836C is #7B7C93. Grayscale: #808080. Windows color (decimal): -8092820 or 7111556. OLE color: 7111556.

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

Color convert

RGB132131108-
CMYK00.010.180.48
HSL57.5º10%47.06%-
HSV(B)57.5º18.18%51.76%-
XYZ20.3422.2217.4-
YUV128.68116.33130.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.58%
GREEN value IS 131 (51.56% from 255) = 35.31%
BLUE value IS 108 (42.58% from 255) = 29.11%
R=35.58%
G=35.31%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213110800.010.180.4857.51047.06
Hex84836C0112303aa2f
Octal204203154012260721257
Binary1000010010000011110110001100101100001110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84836C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84836C;
 }
 .AnyTagClassName
 {
   color: #84836C;
 }
</style>
background-color css

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

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

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

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

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

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