Html Css Color HEX #706B59 Flint

📋 copy color: '#706B59'

red 112 ◦ green 107 ◦ blue 89

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

Shades of Flint #706B59

Tints of Flint #706B59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 28.9%

R = 36.36%
G = 34.74%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#706B59 (or 0x706B59) is known color: Flint. HEX triplet: 70, 6B and 59. RGB value is (112,107,89). Sum of RGB (Red+Green+Blue) = 112+107+89=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 112 - color contains mainly: red. Hex color #706B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706B59 is #8F94A6. Grayscale: #6A6A6A. Windows color (decimal): -9409703 or 5860208. OLE color: 5860208.

HSL color Cylindrical-coordinate representation of color #706B59: hue angle of 46.96º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #706B59 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 107 89 -
CMYK 0 0.04 0.21 0.56
HSL 46.96º 0.11% 0.39% -
HSV(B) 46.96º 0.21% 0.44% -
XYZ 13.74 14.68 11.56 -
YUV 106.44 118.16 131.96 -
System Red Green Blue C M Y K H S L
Decimal 112 107 89 0 0.04 0.21 0.56 46.96 0.11 0.39
Hex 70 6B 59 0 4 15 38 2F B 27
Octal 160 153 131 0 4 25 70 57 13 47
Binary 1110000 1101011 1011001 0 100 10101 111000 101111 1011 100111

Color Harmonies of #706B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706B59

Black with #706B59

Text Example


Text Example

White with #706B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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