#6F7062

Color #6F7062 Finch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finch #6F7062

Tints of Finch #6F7062

Color information

#6F7062 (or 0x6F7062) is unknown color: approx Finch. HEX triplet: 6F, 70 and 62. RGB value is (111,112,98). Sum of RGB (Red+Green+Blue) = 111+112+98=321 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.58% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 112 - color contains mainly: green. Hex color #6F7062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7062 is #908F9D. Grayscale: #6E6E6E. Windows color (decimal): -9473950 or 6451311. OLE color: 6451311.

HSL color Cylindrical-coordinate representation of color #6F7062: hue angle of 64.29º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6F7062 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB11111298-
CMYK0.0100.130.56
HSL64.29º6.67%41.18%-
HSV(B)64.29º12.5%43.92%-
XYZ14.5515.8513.85-
YUV110.1121.17128.64-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.58%
GREEN value IS 112 (44.14% from 255) = 34.89%
BLUE value IS 98 (38.67% from 255) = 30.53%
R=34.58%
G=34.89%
B=30.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111112980.0100.130.5664.296.6741.18
Hex6F706210D3840729
Octal157160142101570100751
Binary1101111111000011000101011011110001000000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6F7062;
 }
 .AnyTagClassName
 {
   color: #6F7062;
 }
</style>
background-color css

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

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

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

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

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

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