#6F7655

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

Shades of Finch #6F7655

Tints of Finch #6F7655

Color information

#6F7655 (or 0x6F7655) is unknown color: approx Finch. HEX triplet: 6F, 76 and 55. RGB value is (111,118,85). Sum of RGB (Red+Green+Blue) = 111+118+85=314 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.35% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 118 - color contains mainly: green. Hex color #6F7655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7655 is #9089AA. Grayscale: #707070. Windows color (decimal): -9472427 or 5600879. OLE color: 5600879.

HSL color Cylindrical-coordinate representation of color #6F7655: hue angle of 72.73º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F7655 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB11111885-
CMYK0.0600.280.54
HSL72.73º16.26%39.8%-
HSV(B)72.73º27.97%46.27%-
XYZ14.6716.9911.1-
YUV112.14112.68127.18-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.35%
GREEN value IS 118 (46.48% from 255) = 37.58%
BLUE value IS 85 (33.59% from 255) = 27.07%
R=35.35%
G=37.58%
B=27.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal111118850.0600.280.5472.7316.2639.8
Hex6F7655601C36491028
Octal1571661256034661112050
Binary110111111101101010101110011100110110100100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,118,85); }

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

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

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

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

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

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

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