Html Css Color HEX #706F5A Flint

📋 copy color: '#706F5A'

red 112 ◦ green 111 ◦ blue 90

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

Shades of Flint #706F5A

Tints of Flint #706F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.75%

R = 35.78%
G = 35.46%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#706F5A (or 0x706F5A) is known color: Flint. HEX triplet: 70, 6F and 5A. RGB value is (112,111,90). Sum of RGB (Red+Green+Blue) = 112+111+90=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 112 - color contains mainly: red. Hex color #706F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706F5A is #8F90A5. Grayscale: #6C6C6C. Windows color (decimal): -9408678 or 5926768. OLE color: 5926768.

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

Color convert

RGB 112 111 90 -
CMYK 0 0.01 0.20 0.56
HSL 57.27º 0.11% 0.4% -
HSV(B) 57.27º 0.2% 0.44% -
XYZ 14.21 15.55 11.93 -
YUV 108.91 117.33 130.21 -
System Red Green Blue C M Y K H S L
Decimal 112 111 90 0 0.01 0.20 0.56 57.27 0.11 0.4
Hex 70 6F 5A 0 1 14 38 39 B 28
Octal 160 157 132 0 1 24 70 71 13 50
Binary 1110000 1101111 1011010 0 1 10100 111000 111001 1011 101000

Color Harmonies of #706F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706F5A

Black with #706F5A

Text Example


Text Example

White with #706F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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