Html Css Color HEX #706E62 Flint

📋 copy color: '#706E62'

red 112 ◦ green 110 ◦ blue 98

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

Shades of Flint #706E62

Tints of Flint #706E62

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.38%

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

R = 35%
G = 34.38%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#706E62 (or 0x706E62) is known color: Flint. HEX triplet: 70, 6E and 62. RGB value is (112,110,98). Sum of RGB (Red+Green+Blue) = 112+110+98=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 112 - color contains mainly: red. Hex color #706E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E62 is #8F919D. Grayscale: #6D6D6D. Windows color (decimal): -9408926 or 6450800. OLE color: 6450800.

HSL color Cylindrical-coordinate representation of color #706E62: hue angle of 51.43º 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 #706E62 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 110 98 -
CMYK 0 0.02 0.13 0.56
HSL 51.43º 0.07% 0.41% -
HSV(B) 51.43º 0.13% 0.44% -
XYZ 14.46 15.48 13.78 -
YUV 109.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 112 110 98 0 0.02 0.13 0.56 51.43 0.07 0.41
Hex 70 6E 62 0 2 D 38 33 7 29
Octal 160 156 142 0 2 15 70 63 7 51
Binary 1110000 1101110 1100010 0 10 1101 111000 110011 111 101001

Color Harmonies of #706E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706E62

Black with #706E62

Text Example


Text Example

White with #706E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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