#81816B

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

Shades of Schist #81816B

Tints of Schist #81816B

Color information

#81816B (or 0x81816B) is unknown color: approx Schist. HEX triplet: 81, 81 and 6B. RGB value is (129,129,107). Sum of RGB (Red+Green+Blue) = 129+129+107=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 129 - color contains mainly: red, green. Hex color #81816B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81816B is #7E7E94. Grayscale: #7E7E7E. Windows color (decimal): -8289941 or 7045505. OLE color: 7045505.

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

Color convert

RGB129129107-
CMYK000.170.49
HSL60º9.32%46.27%-
HSV(B)60º17.05%50.59%-
XYZ19.5621.4317.02-
YUV126.49117129.79-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.34%
GREEN value IS 129 (50.78% from 255) = 35.34%
BLUE value IS 107 (42.19% from 255) = 29.32%
R=35.34%
G=35.34%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129129107000.170.49609.3246.27
Hex81816B0011313c92e
Octal201201153002161741156
Binary1000000110000001110101100100011100011111001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81816B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81816B; }

 p { color: rgb(129,129,107); }

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

<style>
 a { background-color: #81816B; }

 a { background-color: rgb(129,129,107); }

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

<style>
 span { border-color: #81816B; }

 span { border-color: rgb(129,129,107); }

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