#847068

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

Shades of Russett #847068

Tints of Russett #847068

Color information

#847068 (or 0x847068) is unknown color: approx Russett. HEX triplet: 84, 70 and 68. RGB value is (132,112,104). Sum of RGB (Red+Green+Blue) = 132+112+104=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 132 - color contains mainly: red. Hex color #847068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847068 is #7B8F97. Grayscale: #757575. Windows color (decimal): -8097688 or 6844548. OLE color: 6844548.

HSL color Cylindrical-coordinate representation of color #847068: hue angle of 17.14º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #847068 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB132112104-
CMYK00.150.210.48
HSL17.14º11.86%46.27%-
HSV(B)17.14º21.21%51.76%-
XYZ17.8117.4915.53-
YUV117.07120.63138.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.93%
GREEN value IS 112 (44.14% from 255) = 32.18%
BLUE value IS 104 (41.02% from 255) = 29.89%
R=37.93%
G=32.18%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211210400.150.210.4817.1411.8646.27
Hex8470680F153011c2e
Octal2041601500172560211456
Binary10000100111000011010000111110101110000100011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847068; }

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

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

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

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

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

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

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

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