#828269

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

Shades of Schist #828269

Tints of Schist #828269

Color information

#828269 (or 0x828269) is unknown color: approx Schist. HEX triplet: 82, 82 and 69. RGB value is (130,130,105). Sum of RGB (Red+Green+Blue) = 130+130+105=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828269 is #7D7D96. Grayscale: #7F7F7F. Windows color (decimal): -8224151 or 6914690. OLE color: 6914690.

HSL color Cylindrical-coordinate representation of color #828269: 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 #828269 is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB130130105-
CMYK000.190.49
HSL60º10.64%46.08%-
HSV(B)60º19.23%50.98%-
XYZ19.7421.7316.52-
YUV127.15115.5130.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.62%
GREEN value IS 130 (51.17% from 255) = 35.62%
BLUE value IS 105 (41.41% from 255) = 28.77%
R=35.62%
G=35.62%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130130105000.190.496010.6446.08
Hex8282690013313cb2e
Octal202202151002361741356
Binary1000001010000010110100100100111100011111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828269; }

 p { color: rgb(130,130,105); }

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

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

 a { background-color: rgb(130,130,105); }

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

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

 span { border-color: rgb(130,130,105); }

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