#706B60

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

Shades of Flint #706B60

Tints of Flint #706B60

Color information

#706B60 (or 0x706B60) is unknown color: approx Flint. HEX triplet: 70, 6B and 60. RGB value is (112,107,96). Sum of RGB (Red+Green+Blue) = 112+107+96=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 112 - color contains mainly: red. Hex color #706B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706B60 is #8F949F. Grayscale: #6B6B6B. Windows color (decimal): -9409696 or 6318960. OLE color: 6318960.

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

Color convert

RGB11210796-
CMYK00.040.140.56
HSL41.25º7.69%40.78%-
HSV(B)41.25º14.29%43.92%-
XYZ14.0514.813.18-
YUV107.24121.66131.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.56%
GREEN value IS 107 (42.19% from 255) = 33.97%
BLUE value IS 96 (37.89% from 255) = 30.48%
R=35.56%
G=33.97%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121079600.040.140.5641.257.6940.78
Hex706B6004E3829829
Octal160153140041670511051
Binary111000011010111100000010011101110001010011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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