#83836A

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

Shades of Schist #83836A

Tints of Schist #83836A

Color information

#83836A (or 0x83836A) is unknown color: approx Schist. HEX triplet: 83, 83 and 6A. RGB value is (131,131,106). Sum of RGB (Red+Green+Blue) = 131+131+106=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 131 - color contains mainly: red, green. Hex color #83836A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83836A is #7C7C95. Grayscale: #808080. Windows color (decimal): -8158358 or 6980483. OLE color: 6980483.

HSL color Cylindrical-coordinate representation of color #83836A: hue angle of 60º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #83836A is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB131131106-
CMYK000.190.49
HSL60º10.55%46.47%-
HSV(B)60º19.08%51.37%-
XYZ20.0822.116.84-
YUV128.15115.5130.03-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.60%
GREEN value IS 131 (51.56% from 255) = 35.60%
BLUE value IS 106 (41.80% from 255) = 28.80%
R=35.60%
G=35.60%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131131106000.190.496010.5546.47
Hex83836A0013313cb2e
Octal203203152002361741356
Binary1000001110000011110101000100111100011111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83836A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83836A; }

 p { color: rgb(131,131,106); }

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

<style>
 a { background-color: #83836A; }

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

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

<style>
 span { border-color: #83836A; }

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

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