Html Css Color HEX #706F62 Flint

📋 copy color: '#706F62'

red 112 ◦ green 111 ◦ blue 98

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

Shades of Flint #706F62

Tints of Flint #706F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.53%

R = 34.89%
G = 34.58%
B = 30.53%

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

#706F62 (or 0x706F62) is known color: Flint. HEX triplet: 70, 6F and 62. RGB value is (112,111,98). Sum of RGB (Red+Green+Blue) = 112+111+98=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 112 - color contains mainly: red. Hex color #706F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706F62 is #8F909D. Grayscale: #6D6D6D. Windows color (decimal): -9408670 or 6451056. OLE color: 6451056.

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

Color convert

RGB 112 111 98 -
CMYK 0 0.01 0.13 0.56
HSL 55.71º 0.07% 0.41% -
HSV(B) 55.71º 0.13% 0.44% -
XYZ 14.57 15.7 13.82 -
YUV 109.82 121.33 129.56 -
System Red Green Blue C M Y K H S L
Decimal 112 111 98 0 0.01 0.13 0.56 55.71 0.07 0.41
Hex 70 6F 62 0 1 D 38 38 7 29
Octal 160 157 142 0 1 15 70 70 7 51
Binary 1110000 1101111 1100010 0 1 1101 111000 111000 111 101001

Color Harmonies of #706F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706F62

Black with #706F62

Text Example


Text Example

White with #706F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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