#6F725B

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

Shades of Finch #6F725B

Tints of Finch #6F725B

Color information

#6F725B (or 0x6F725B) is unknown color: approx Finch. HEX triplet: 6F, 72 and 5B. RGB value is (111,114,91). Sum of RGB (Red+Green+Blue) = 111+114+91=316 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.13% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 114 - color contains mainly: green. Hex color #6F725B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F725B is #908DA4. Grayscale: #6E6E6E. Windows color (decimal): -9473445 or 5993071. OLE color: 5993071.

HSL color Cylindrical-coordinate representation of color #6F725B: hue angle of 67.83º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F725B is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB11111491-
CMYK0.0300.200.55
HSL67.83º11.22%40.2%-
HSV(B)67.83º20.18%44.71%-
XYZ14.4616.1712.26-
YUV110.48117.01128.37-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.13%
GREEN value IS 114 (44.92% from 255) = 36.08%
BLUE value IS 91 (35.94% from 255) = 28.80%
R=35.13%
G=36.08%
B=28.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111114910.0300.200.5567.8311.2240.2
Hex6F725B30143744b28
Octal1571621333024671041350
Binary1101111111001010110111101010011011110001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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