Html Css Color HEX #706E5D Flint

📋 copy color: '#706E5D'

red 112 ◦ green 110 ◦ blue 93

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

Shades of Flint #706E5D

Tints of Flint #706E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.52%

R = 35.56%
G = 34.92%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#706E5D (or 0x706E5D) is known color: Flint. HEX triplet: 70, 6E and 5D. RGB value is (112,110,93). Sum of RGB (Red+Green+Blue) = 112+110+93=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 112 - color contains mainly: red. Hex color #706E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E5D is #8F91A2. Grayscale: #6C6C6C. Windows color (decimal): -9408931 or 6123120. OLE color: 6123120.

HSL color Cylindrical-coordinate representation of color #706E5D: hue angle of 53.68º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #706E5D is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 110 93 -
CMYK 0 0.02 0.17 0.56
HSL 53.68º 0.09% 0.4% -
HSV(B) 53.68º 0.17% 0.44% -
XYZ 14.23 15.39 12.58 -
YUV 108.66 119.16 130.38 -
System Red Green Blue C M Y K H S L
Decimal 112 110 93 0 0.02 0.17 0.56 53.68 0.09 0.4
Hex 70 6E 5D 0 2 11 38 36 9 28
Octal 160 156 135 0 2 21 70 66 11 50
Binary 1110000 1101110 1011101 0 10 10001 111000 110110 1001 101000

Color Harmonies of #706E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706E5D

Black with #706E5D

Text Example


Text Example

White with #706E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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