Html Css Color HEX #706C5F Flint

📋 copy color: '#706C5F'

red 112 ◦ green 108 ◦ blue 95

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

Shades of Flint #706C5F

Tints of Flint #706C5F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.29%

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

R = 35.56%
G = 34.29%
B = 30.16%

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

#706C5F (or 0x706C5F) is known color: Flint. HEX triplet: 70, 6C and 5F. RGB value is (112,108,95). Sum of RGB (Red+Green+Blue) = 112+108+95=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 112 - color contains mainly: red. Hex color #706C5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706C5F is #8F93A0. Grayscale: #6B6B6B. Windows color (decimal): -9409441 or 6253680. OLE color: 6253680.

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

Color convert

RGB 112 108 95 -
CMYK 0 0.04 0.15 0.56
HSL 45.88º 0.08% 0.41% -
HSV(B) 45.88º 0.15% 0.44% -
XYZ 14.11 15 12.98 -
YUV 107.71 120.83 131.06 -
System Red Green Blue C M Y K H S L
Decimal 112 108 95 0 0.04 0.15 0.56 45.88 0.08 0.41
Hex 70 6C 5F 0 4 F 38 2E 8 29
Octal 160 154 137 0 4 17 70 56 10 51
Binary 1110000 1101100 1011111 0 100 1111 111000 101110 1000 101001

Color Harmonies of #706C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706C5F

Black with #706C5F

Text Example


Text Example

White with #706C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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