#6F7267

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

Shades of Finch #6F7267

Tints of Finch #6F7267

Color information

#6F7267 (or 0x6F7267) is unknown color: approx Finch. HEX triplet: 6F, 72 and 67. RGB value is (111,114,103). Sum of RGB (Red+Green+Blue) = 111+114+103=328 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.84% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 114 - color contains mainly: green. Hex color #6F7267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7267 is #908D98. Grayscale: #6F6F6F. Windows color (decimal): -9473433 or 6779503. OLE color: 6779503.

HSL color Cylindrical-coordinate representation of color #6F7267: hue angle of 76.36º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6F7267 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB111114103-
CMYK0.0300.100.55
HSL76.36º5.07%42.55%-
HSV(B)76.36º9.65%44.71%-
XYZ15.0216.3915.2-
YUV111.85123.01127.39-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.84%
GREEN value IS 114 (44.92% from 255) = 34.76%
BLUE value IS 103 (40.62% from 255) = 31.40%
R=33.84%
G=34.76%
B=31.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1111141030.0300.100.5576.365.0742.55
Hex6F726730A374c52b
Octal157162147301267114553
Binary11011111110010110011111010101101111001100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,114,103); }

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

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

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

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

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

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

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