Html Css Color HEX #706F61 Flint

📋 copy color: '#706F61'

red 112 ◦ green 111 ◦ blue 97

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

Shades of Flint #706F61

Tints of Flint #706F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.31%

R = 35%
G = 34.69%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#706F61 (or 0x706F61) is known color: Flint. HEX triplet: 70, 6F and 61. RGB value is (112,111,97). Sum of RGB (Red+Green+Blue) = 112+111+97=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 112 - color contains mainly: red. Hex color #706F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706F61 is #8F909E. Grayscale: #6D6D6D. Windows color (decimal): -9408671 or 6385520. OLE color: 6385520.

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

Color convert

RGB 112 111 97 -
CMYK 0 0.01 0.13 0.56
HSL 56º 0.07% 0.41% -
HSV(B) 56º 0.13% 0.44% -
XYZ 14.52 15.68 13.57 -
YUV 109.7 120.83 129.64 -
System Red Green Blue C M Y K H S L
Decimal 112 111 97 0 0.01 0.13 0.56 56 0.07 0.41
Hex 70 6F 61 0 1 D 38 38 7 29
Octal 160 157 141 0 1 15 70 70 7 51
Binary 1110000 1101111 1100001 0 1 1101 111000 111000 111 101001

Color Harmonies of #706F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706F61

Black with #706F61

Text Example


Text Example

White with #706F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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