Html Css Color HEX #706B60 Flint

📋 copy color: '#706B60'

red 112 ◦ green 107 ◦ blue 96

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

Shades of Flint #706B60

Tints of Flint #706B60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30.48%

R = 35.56%
G = 33.97%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#706B60 (or 0x706B60) is known color: Flint. HEX triplet: 70, 6B and 60. RGB value is (112,107,96). Sum of RGB (Red+Green+Blue) = 112+107+96=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 112 - color contains mainly: red. Hex color #706B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706B60 is #8F949F. Grayscale: #6B6B6B. Windows color (decimal): -9409696 or 6318960. OLE color: 6318960.

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

Color convert

RGB 112 107 96 -
CMYK 0 0.04 0.14 0.56
HSL 41.25º 0.08% 0.41% -
HSV(B) 41.25º 0.14% 0.44% -
XYZ 14.05 14.8 13.18 -
YUV 107.24 121.66 131.39 -
System Red Green Blue C M Y K H S L
Decimal 112 107 96 0 0.04 0.14 0.56 41.25 0.08 0.41
Hex 70 6B 60 0 4 E 38 29 8 29
Octal 160 153 140 0 4 16 70 51 10 51
Binary 1110000 1101011 1100000 0 100 1110 111000 101001 1000 101001

Color Harmonies of #706B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706B60

Black with #706B60

Text Example


Text Example

White with #706B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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