#6F7654

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

Shades of Finch #6F7654

Tints of Finch #6F7654

Color information

#6F7654 (or 0x6F7654) is unknown color: approx Finch. HEX triplet: 6F, 76 and 54. RGB value is (111,118,84). Sum of RGB (Red+Green+Blue) = 111+118+84=313 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.46% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 84 (33.20% from 255 or 26.84% from 313); Max value from RGB is 118 - color contains mainly: green. Hex color #6F7654 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7654 is #9089AB. Grayscale: #707070. Windows color (decimal): -9472428 or 5535343. OLE color: 5535343.

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

Color convert

RGB11111884-
CMYK0.0600.290.54
HSL72.35º16.83%39.61%-
HSV(B)72.35º28.81%46.27%-
XYZ14.6316.9810.89-
YUV112.03112.18127.26-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.46%
GREEN value IS 118 (46.48% from 255) = 37.70%
BLUE value IS 84 (33.20% from 255) = 26.84%
R=35.46%
G=37.70%
B=26.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal111118840.0600.290.5472.3516.8339.61
Hex6F7654601D36481128
Octal1571661246035661102150
Binary110111111101101010100110011101110110100100010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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