#706D6C

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

Shades of Russett #706D6C

Tints of Russett #706D6C

Color information

#706D6C (or 0x706D6C) is unknown color: approx Russett. HEX triplet: 70, 6D and 6C. RGB value is (112,109,108). Sum of RGB (Red+Green+Blue) = 112+109+108=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 112 - color contains mainly: red. Hex color #706D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706D6C is #8F9293. Grayscale: #6D6D6D. Windows color (decimal): -9409172 or 7105904. OLE color: 7105904.

HSL color Cylindrical-coordinate representation of color #706D6C: hue angle of 15º degrees, saturation: 0.02, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #706D6C is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB112109108-
CMYK00.030.040.56
HSL15º1.82%43.14%-
HSV(B)15º3.57%43.92%-
XYZ14.8615.4616.39-
YUV109.78126.99129.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.04%
GREEN value IS 109 (42.97% from 255) = 33.13%
BLUE value IS 108 (42.58% from 255) = 32.83%
R=34.04%
G=33.13%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11210910800.030.040.56151.8243.14
Hex706D6C03438f22b
Octal1601551540347017253
Binary111000011011011101100011100111000111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706D6C; }

 p { color: rgb(112,109,108); }

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

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

 a { background-color: rgb(112,109,108); }

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

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

 span { border-color: rgb(112,109,108); }

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