#706B5B

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

Shades of Flint #706B5B

Tints of Flint #706B5B

Color information

#706B5B (or 0x706B5B) is unknown color: approx Flint. HEX triplet: 70, 6B and 5B. RGB value is (112,107,91). Sum of RGB (Red+Green+Blue) = 112+107+91=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 112 - color contains mainly: red. Hex color #706B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706B5B is #8F94A4. Grayscale: #6A6A6A. Windows color (decimal): -9409701 or 5991280. OLE color: 5991280.

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

Color convert

RGB11210791-
CMYK00.040.190.56
HSL45.71º10.34%39.8%-
HSV(B)45.71º18.75%43.92%-
XYZ13.8314.7212.01-
YUV106.67119.16131.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.13%
GREEN value IS 107 (42.19% from 255) = 34.52%
BLUE value IS 91 (35.94% from 255) = 29.35%
R=36.13%
G=34.52%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121079100.040.190.5645.7110.3439.8
Hex706B5B0413382ea28
Octal160153133042370561250
Binary1110000110101110110110100100111110001011101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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