Html Css Color HEX #706B5B Flint

📋 copy color: '#706B5B'

red 112 ◦ green 107 ◦ blue 91

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

Shades of Flint #706B5B

Tints of Flint #706B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.35%

R = 36.13%
G = 34.52%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#706B5B (or 0x706B5B) is known color: Flint. HEX triplet: 70, 6B and 5B. RGB value is (112,107,91). Sum of RGB (Red+Green+Blue) = 112+107+91=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 112 - color contains mainly: red. Hex color #706B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706B5B is #8F94A4. Grayscale: #6A6A6A. Windows color (decimal): -9409701 or 5991280. OLE color: 5991280.

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

Color convert

RGB 112 107 91 -
CMYK 0 0.04 0.19 0.56
HSL 45.71º 0.1% 0.4% -
HSV(B) 45.71º 0.19% 0.44% -
XYZ 13.83 14.72 12.01 -
YUV 106.67 119.16 131.8 -
System Red Green Blue C M Y K H S L
Decimal 112 107 91 0 0.04 0.19 0.56 45.71 0.1 0.4
Hex 70 6B 5B 0 4 13 38 2E A 28
Octal 160 153 133 0 4 23 70 56 12 50
Binary 1110000 1101011 1011011 0 100 10011 111000 101110 1010 101000

Color Harmonies of #706B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706B5B

Black with #706B5B

Text Example


Text Example

White with #706B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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