#6F6F58

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

Shades of Finch #6F6F58

Tints of Finch #6F6F58

Color information

#6F6F58 (or 0x6F6F58) is unknown color: approx Finch. HEX triplet: 6F, 6F and 58. RGB value is (111,111,88). Sum of RGB (Red+Green+Blue) = 111+111+88=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 111 - color contains mainly: red, green. Hex color #6F6F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6F58 is #9090A7. Grayscale: #6C6C6C. Windows color (decimal): -9474216 or 5795695. OLE color: 5795695.

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

Color convert

RGB11111188-
CMYK000.210.56
HSL60º11.56%39.02%-
HSV(B)60º20.72%43.53%-
XYZ1415.4511.48-
YUV108.38116.5129.87-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.81%
GREEN value IS 111 (43.75% from 255) = 35.81%
BLUE value IS 88 (34.77% from 255) = 28.39%
R=35.81%
G=35.81%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11111188000.210.566011.5639.02
Hex6F6F580015383cc27
Octal157157130002570741447
Binary11011111101111101100000101011110001111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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