Html Css Color HEX #706F5C Flint

📋 copy color: '#706F5C'

red 112 ◦ green 111 ◦ blue 92

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

Shades of Flint #706F5C

Tints of Flint #706F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.21%

R = 35.56%
G = 35.24%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#706F5C (or 0x706F5C) is known color: Flint. HEX triplet: 70, 6F and 5C. RGB value is (112,111,92). Sum of RGB (Red+Green+Blue) = 112+111+92=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 112 - color contains mainly: red. Hex color #706F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706F5C is #8F90A3. Grayscale: #6D6D6D. Windows color (decimal): -9408676 or 6057840. OLE color: 6057840.

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

Color convert

RGB 112 111 92 -
CMYK 0 0.01 0.18 0.56
HSL 57º 0.1% 0.4% -
HSV(B) 57º 0.18% 0.44% -
XYZ 14.3 15.59 12.38 -
YUV 109.13 118.33 130.04 -
System Red Green Blue C M Y K H S L
Decimal 112 111 92 0 0.01 0.18 0.56 57 0.1 0.4
Hex 70 6F 5C 0 1 12 38 39 A 28
Octal 160 157 134 0 1 22 70 71 12 50
Binary 1110000 1101111 1011100 0 1 10010 111000 111001 1010 101000

Color Harmonies of #706F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706F5C

Black with #706F5C

Text Example


Text Example

White with #706F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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