#827069

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

Shades of Russett #827069

Tints of Russett #827069

Color information

#827069 (or 0x827069) is unknown color: approx Russett. HEX triplet: 82, 70 and 69. RGB value is (130,112,105). Sum of RGB (Red+Green+Blue) = 130+112+105=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 130 - color contains mainly: red. Hex color #827069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827069 is #7D8F96. Grayscale: #747474. Windows color (decimal): -8228759 or 6910082. OLE color: 6910082.

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

Color convert

RGB130112105-
CMYK00.140.190.49
HSL16.8º10.64%46.08%-
HSV(B)16.8º19.23%50.98%-
XYZ17.5517.3515.79-
YUV116.58121.46137.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.46%
GREEN value IS 112 (44.14% from 255) = 32.28%
BLUE value IS 105 (41.41% from 255) = 30.26%
R=37.46%
G=32.28%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011210500.140.190.4916.810.6446.08
Hex8270690E133111b2e
Octal2021601510162361211356
Binary10000010111000011010010111010011110001100011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827069; }

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

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

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

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

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

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

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

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