Html Css Color HEX #706B5E Flint

📋 copy color: '#706B5E'

red 112 ◦ green 107 ◦ blue 94

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

Shades of Flint #706B5E

Tints of Flint #706B5E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.19%

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

R = 35.78%
G = 34.19%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#706B5E (or 0x706B5E) is known color: Flint. HEX triplet: 70, 6B and 5E. RGB value is (112,107,94). Sum of RGB (Red+Green+Blue) = 112+107+94=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 112 - color contains mainly: red. Hex color #706B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706B5E is #8F94A1. Grayscale: #6B6B6B. Windows color (decimal): -9409698 or 6187888. OLE color: 6187888.

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

Color convert

RGB 112 107 94 -
CMYK 0 0.04 0.16 0.56
HSL 43.33º 0.09% 0.4% -
HSV(B) 43.33º 0.16% 0.44% -
XYZ 13.96 14.77 12.7 -
YUV 107.01 120.66 131.56 -
System Red Green Blue C M Y K H S L
Decimal 112 107 94 0 0.04 0.16 0.56 43.33 0.09 0.4
Hex 70 6B 5E 0 4 10 38 2B 9 28
Octal 160 153 136 0 4 20 70 53 11 50
Binary 1110000 1101011 1011110 0 100 10000 111000 101011 1001 101000

Color Harmonies of #706B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706B5E

Black with #706B5E

Text Example


Text Example

White with #706B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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