#706F5A

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

Shades of Flint #706F5A

Tints of Flint #706F5A

Color information

#706F5A (or 0x706F5A) is unknown color: approx Flint. HEX triplet: 70, 6F and 5A. RGB value is (112,111,90). Sum of RGB (Red+Green+Blue) = 112+111+90=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 112 - color contains mainly: red. Hex color #706F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706F5A is #8F90A5. Grayscale: #6C6C6C. Windows color (decimal): -9408678 or 5926768. OLE color: 5926768.

HSL color Cylindrical-coordinate representation of color #706F5A: hue angle of 57.27º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #706F5A is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB11211190-
CMYK00.010.200.56
HSL57.27º10.89%39.61%-
HSV(B)57.27º19.64%43.92%-
XYZ14.2115.5511.93-
YUV108.9117.33130.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.78%
GREEN value IS 111 (43.75% from 255) = 35.46%
BLUE value IS 90 (35.55% from 255) = 28.75%
R=35.78%
G=35.46%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121119000.010.200.5657.2710.8939.61
Hex706F5A01143839b28
Octal160157132012470711350
Binary11100001101111101101001101001110001110011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,111,90); }

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

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

 a { background-color: rgb(112,111,90); }

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

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

 span { border-color: rgb(112,111,90); }

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