#818171

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

Shades of Tapa #818171

Tints of Tapa #818171

Color information

#818171 (or 0x818171) is unknown color: approx Tapa. HEX triplet: 81, 81 and 71. RGB value is (129,129,113). Sum of RGB (Red+Green+Blue) = 129+129+113=371 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.77% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 129 - color contains mainly: red, green. Hex color #818171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818171 is #7E7E8E. Grayscale: #7F7F7F. Windows color (decimal): -8289935 or 7438721. OLE color: 7438721.

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

Color convert

RGB129129113-
CMYK000.120.49
HSL60º6.61%47.45%-
HSV(B)60º12.4%50.59%-
XYZ19.8821.5618.74-
YUV127.18120129.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.77%
GREEN value IS 129 (50.78% from 255) = 34.77%
BLUE value IS 113 (44.53% from 255) = 30.46%
R=34.77%
G=34.77%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129129113000.120.49606.6147.45
Hex81817100C313c72f
Octal20120116100146174757
Binary10000001100000011110001001100110001111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818171; }

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

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

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

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

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

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

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

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