Html Css Color HEX #6F7060 Finch

📋 copy color: '#6F7060'

red 111 ◦ green 112 ◦ blue 96

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

Shades of Finch #6F7060

Tints of Finch #6F7060

RGB

 RED value IS 111 (43.75% from 255) = 34.8%

 GREEN value IS 112 (44.14% from 255) = 35.11%

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

R = 34.8%
G = 35.11%
B = 30.09%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F7060 (or 0x6F7060) is known color: Finch. HEX triplet: 6F, 70 and 60. RGB value is (111,112,96). Sum of RGB (Red+Green+Blue) = 111+112+96=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 112 - color contains mainly: green. Hex color #6F7060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7060 is #908F9F. Grayscale: #6D6D6D. Windows color (decimal): -9473952 or 6320239. OLE color: 6320239.

HSL color Cylindrical-coordinate representation of color #6F7060: hue angle of 63.75º 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 #6F7060 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 112 96 -
CMYK 0.01 0 0.14 0.56
HSL 63.75º 0.08% 0.41% -
HSV(B) 63.75º 0.14% 0.44% -
XYZ 14.46 15.81 13.36 -
YUV 109.88 120.17 128.8 -
System Red Green Blue C M Y K H S L
Decimal 111 112 96 0.01 0 0.14 0.56 63.75 0.08 0.41
Hex 6F 70 60 1 0 E 38 40 8 29
Octal 157 160 140 1 0 16 70 100 10 51
Binary 1101111 1110000 1100000 1 0 1110 111000 1000000 1000 101001

Color Harmonies of #6F7060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7060

Black with #6F7060

Text Example


Text Example

White with #6F7060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F7060; }

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

 H1.HeaderClassName
 {
   color: #6F7060;
 }
 .AnyTagClassName
 {
   color: #6F7060;
 }
</style>

background-color css

<style>
 a { background-color: #6F7060; }

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

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

border-color css

<style>
 span { border-color: #6F7060; }

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

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