Html Css Color HEX #706B5F Flint

📋 copy color: '#706B5F'

red 112 ◦ green 107 ◦ blue 95

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

Shades of Flint #706B5F

Tints of Flint #706B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.25%

R = 35.67%
G = 34.08%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#706B5F (or 0x706B5F) is known color: Flint. HEX triplet: 70, 6B and 5F. RGB value is (112,107,95). Sum of RGB (Red+Green+Blue) = 112+107+95=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 112 - color contains mainly: red. Hex color #706B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706B5F is #8F94A0. Grayscale: #6B6B6B. Windows color (decimal): -9409697 or 6253424. OLE color: 6253424.

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

Color convert

RGB 112 107 95 -
CMYK 0 0.04 0.15 0.56
HSL 42.35º 0.08% 0.41% -
HSV(B) 42.35º 0.15% 0.44% -
XYZ 14.01 14.79 12.94 -
YUV 107.13 121.16 131.48 -
System Red Green Blue C M Y K H S L
Decimal 112 107 95 0 0.04 0.15 0.56 42.35 0.08 0.41
Hex 70 6B 5F 0 4 F 38 2A 8 29
Octal 160 153 137 0 4 17 70 52 10 51
Binary 1110000 1101011 1011111 0 100 1111 111000 101010 1000 101001

Color Harmonies of #706B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706B5F

Black with #706B5F

Text Example


Text Example

White with #706B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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