Html Css Color HEX #706F59 Flint

📋 copy color: '#706F59'

red 112 ◦ green 111 ◦ blue 89

#706F59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flint #706F59

Tints of Flint #706F59

RGB

 RED value IS 112 (44.14% from 255) = 35.9%

 GREEN value IS 111 (43.75% from 255) = 35.58%

 BLUE value IS 89 (35.16% from 255) = 28.53%

R = 35.9%
G = 35.58%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#706F59 (or 0x706F59) is known color: Flint. HEX triplet: 70, 6F and 59. RGB value is (112,111,89). Sum of RGB (Red+Green+Blue) = 112+111+89=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 112 - color contains mainly: red. Hex color #706F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706F59 is #8F90A6. Grayscale: #6C6C6C. Windows color (decimal): -9408679 or 5861232. OLE color: 5861232.

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

Color convert

RGB 112 111 89 -
CMYK 0 0.01 0.21 0.56
HSL 57.39º 0.11% 0.39% -
HSV(B) 57.39º 0.21% 0.44% -
XYZ 14.17 15.53 11.7 -
YUV 108.79 116.83 130.29 -
System Red Green Blue C M Y K H S L
Decimal 112 111 89 0 0.01 0.21 0.56 57.39 0.11 0.39
Hex 70 6F 59 0 1 15 38 39 B 27
Octal 160 157 131 0 1 25 70 71 13 47
Binary 1110000 1101111 1011001 0 1 10101 111000 111001 1011 100111

Color Harmonies of #706F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706F59

Black with #706F59

Text Example


Text Example

White with #706F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #706F59;
 }
 .AnyTagClassName
 {
   color: #706F59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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