Html Css Color HEX #706C5E Flint

📋 copy color: '#706C5E'

red 112 ◦ green 108 ◦ blue 94

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

Shades of Flint #706C5E

Tints of Flint #706C5E

RGB

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

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

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

R = 35.67%
G = 34.39%
B = 29.94%

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

#706C5E (or 0x706C5E) is known color: Flint. HEX triplet: 70, 6C and 5E. RGB value is (112,108,94). Sum of RGB (Red+Green+Blue) = 112+108+94=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 112 - color contains mainly: red. Hex color #706C5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706C5E is #8F93A1. Grayscale: #6B6B6B. Windows color (decimal): -9409442 or 6188144. OLE color: 6188144.

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

Color convert

RGB 112 108 94 -
CMYK 0 0.04 0.16 0.56
HSL 46.67º 0.09% 0.4% -
HSV(B) 46.67º 0.16% 0.44% -
XYZ 14.07 14.98 12.74 -
YUV 107.6 120.33 131.14 -
System Red Green Blue C M Y K H S L
Decimal 112 108 94 0 0.04 0.16 0.56 46.67 0.09 0.4
Hex 70 6C 5E 0 4 10 38 2F 9 28
Octal 160 154 136 0 4 20 70 57 11 50
Binary 1110000 1101100 1011110 0 100 10000 111000 101111 1001 101000

Color Harmonies of #706C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706C5E

Black with #706C5E

Text Example


Text Example

White with #706C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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