#83836C

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

Shades of Schist #83836C

Tints of Schist #83836C

Color information

#83836C (or 0x83836C) is unknown color: approx Schist. HEX triplet: 83, 83 and 6C. RGB value is (131,131,108). Sum of RGB (Red+Green+Blue) = 131+131+108=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 131 - color contains mainly: red, green. Hex color #83836C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83836C is #7C7C93. Grayscale: #808080. Windows color (decimal): -8158356 or 7111555. OLE color: 7111555.

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

Color convert

RGB131131108-
CMYK000.180.49
HSL60º9.62%46.86%-
HSV(B)60º17.56%51.37%-
XYZ20.1822.1417.4-
YUV128.38116.5129.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.41%
GREEN value IS 131 (51.56% from 255) = 35.41%
BLUE value IS 108 (42.58% from 255) = 29.19%
R=35.41%
G=35.41%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131131108000.180.49609.6246.86
Hex83836C0012313ca2f
Octal203203154002261741257
Binary1000001110000011110110000100101100011111001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83836C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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