#706B5A

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

Shades of Flint #706B5A

Tints of Flint #706B5A

Color information

#706B5A (or 0x706B5A) is unknown color: approx Flint. HEX triplet: 70, 6B and 5A. RGB value is (112,107,90). Sum of RGB (Red+Green+Blue) = 112+107+90=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 112 - color contains mainly: red. Hex color #706B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706B5A is #8F94A5. Grayscale: #6A6A6A. Windows color (decimal): -9409702 or 5925744. OLE color: 5925744.

HSL color Cylindrical-coordinate representation of color #706B5A: hue angle of 46.36º 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 #706B5A is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB11210790-
CMYK00.040.200.56
HSL46.36º10.89%39.61%-
HSV(B)46.36º19.64%43.92%-
XYZ13.7914.711.78-
YUV106.56118.66131.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.25%
GREEN value IS 107 (42.19% from 255) = 34.63%
BLUE value IS 90 (35.55% from 255) = 29.13%
R=36.25%
G=34.63%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121079000.040.200.5646.3610.8939.61
Hex706B5A0414382eb28
Octal160153132042470561350
Binary1110000110101110110100100101001110001011101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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