#6F6F62

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

Shades of Finch #6F6F62

Tints of Finch #6F6F62

Color information

#6F6F62 (or 0x6F6F62) is unknown color: approx Finch. HEX triplet: 6F, 6F and 62. RGB value is (111,111,98). Sum of RGB (Red+Green+Blue) = 111+111+98=320 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.69% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 111 - color contains mainly: red, green. Hex color #6F6F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6F62 is #90909D. Grayscale: #6D6D6D. Windows color (decimal): -9474206 or 6451055. OLE color: 6451055.

HSL color Cylindrical-coordinate representation of color #6F6F62: hue angle of 60º degrees, saturation: 0.06, 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 #6F6F62 is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB11111198-
CMYK000.120.56
HSL60º6.22%40.98%-
HSV(B)60º11.71%43.53%-
XYZ14.4415.6313.81-
YUV109.52121.5129.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.69%
GREEN value IS 111 (43.75% from 255) = 34.69%
BLUE value IS 98 (38.67% from 255) = 30.62%
R=34.69%
G=34.69%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11111198000.120.56606.2240.98
Hex6F6F6200C383c629
Octal15715714200147074651
Binary110111111011111100010001100111000111100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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