#83846F

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

Shades of Schist #83846F

Tints of Schist #83846F

Color information

#83846F (or 0x83846F) is unknown color: approx Schist. HEX triplet: 83, 84 and 6F. RGB value is (131,132,111). Sum of RGB (Red+Green+Blue) = 131+132+111=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 132 - color contains mainly: green. Hex color #83846F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83846F is #7C7B90. Grayscale: #818181. Windows color (decimal): -8158097 or 7308419. OLE color: 7308419.

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

Color convert

RGB131132111-
CMYK0.0100.160.48
HSL62.86º8.64%47.65%-
HSV(B)62.86º15.91%51.76%-
XYZ20.4822.4818.3-
YUV129.31117.67129.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.03%
GREEN value IS 132 (51.95% from 255) = 35.29%
BLUE value IS 111 (43.75% from 255) = 29.68%
R=35.03%
G=35.29%
B=29.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1311321110.0100.160.4862.868.6447.65
Hex83846F1010303f930
Octal203204157102060771160
Binary1000001110000100110111110100001100001111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83846F; }

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

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

<style>
 a { background-color: #83846F; }

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

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

<style>
 span { border-color: #83846F; }

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

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