Html Css Color HEX #706D5E Flint

📋 copy color: '#706D5E'

red 112 ◦ green 109 ◦ blue 94

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

Shades of Flint #706D5E

Tints of Flint #706D5E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.6%

 BLUE value IS 94 (37.11% from 255) = 29.84%

R = 35.56%
G = 34.6%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#706D5E (or 0x706D5E) is known color: Flint. HEX triplet: 70, 6D and 5E. RGB value is (112,109,94). Sum of RGB (Red+Green+Blue) = 112+109+94=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 112 - color contains mainly: red. Hex color #706D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706D5E is #8F92A1. Grayscale: #6C6C6C. Windows color (decimal): -9409186 or 6188400. OLE color: 6188400.

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

Color convert

RGB 112 109 94 -
CMYK 0 0.03 0.16 0.56
HSL 50º 0.09% 0.4% -
HSV(B) 50º 0.16% 0.44% -
XYZ 14.17 15.19 12.77 -
YUV 108.19 119.99 130.72 -
System Red Green Blue C M Y K H S L
Decimal 112 109 94 0 0.03 0.16 0.56 50 0.09 0.4
Hex 70 6D 5E 0 3 10 38 32 9 28
Octal 160 155 136 0 3 20 70 62 11 50
Binary 1110000 1101101 1011110 0 11 10000 111000 110010 1001 101000

Color Harmonies of #706D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706D5E

Black with #706D5E

Text Example


Text Example

White with #706D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,109,94); }

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

background-color css

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

 a { background-color: rgb(112,109,94); }

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

border-color css

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

 span { border-color: rgb(112,109,94); }

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