#827068

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

Shades of Russett #827068

Tints of Russett #827068

Color information

#827068 (or 0x827068) is unknown color: approx Russett. HEX triplet: 82, 70 and 68. RGB value is (130,112,104). Sum of RGB (Red+Green+Blue) = 130+112+104=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 130 - color contains mainly: red. Hex color #827068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827068 is #7D8F97. Grayscale: #747474. Windows color (decimal): -8228760 or 6844546. OLE color: 6844546.

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

Color convert

RGB130112104-
CMYK00.140.20.49
HSL18.46º11.11%45.88%-
HSV(B)18.46º20%50.98%-
XYZ17.517.3315.52-
YUV116.47120.96137.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.57%
GREEN value IS 112 (44.14% from 255) = 32.37%
BLUE value IS 104 (41.02% from 255) = 30.06%
R=37.57%
G=32.37%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011210400.140.20.4918.4611.1145.88
Hex8270680E143112b2e
Octal2021601500162461221356
Binary10000010111000011010000111010100110001100101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827068; }

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

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

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

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

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

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

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

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